diff --git a/Podfile b/Podfile index bbbfa48..b756fda 100644 --- a/Podfile +++ b/Podfile @@ -1,9 +1,11 @@ +source 'https://github.com/CocoaPods/Specs.git' +source 'https://github.com/aliyun/aliyun-specs.git' platform :ios, '10.0' use_frameworks! target 'fansky' do -pod 'TDOAuth' +pod 'TDOAuth','~>1.1.6' pod 'SDWebImage', '~>3.7' #pod 'ARSegmentPager', :git => 'https://github.com/AugustRush/ARSegmentPager.git' pod 'JTSImageViewController' @@ -11,14 +13,14 @@ pod 'JTSImageViewController' pod 'JSQMessagesViewController' pod 'WSProgressHUD' pod 'MWPhotoBrowser' -pod 'VTAcknowledgementsViewController' +pod 'VTAcknowledgementsViewController','~>1.5.1' pod 'DTCoreText' pod 'LTHPasscodeViewController' pod 'LGRefreshView' pod 'Fabric' pod 'Crashlytics' pod 'STPopup' - +pod 'AlicloudPush', '~> 1.9.1' end target 'ShareExtension' do