From 4a1eb799f137e93c05b55347129f79c3ed700096 Mon Sep 17 00:00:00 2001 From: nicky132 Date: Sun, 6 Nov 2022 22:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=AE=9ATDOAuth=E5=92=8CVTAcknowledge?= =?UTF-8?q?mentsViewController=E7=89=88=E6=9C=AC=E5=B9=B6=E4=B8=94?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BD=BF=E7=94=A8=E9=98=BF=E9=87=8C=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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