afn和mbhud隐藏问题
This commit is contained in:
13
Podfile
13
Podfile
@@ -6,7 +6,8 @@ target 'keyBoard' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
pod 'AFNetworking','4.0.1'
|
||||
# pod 'AFNetworking','4.0.1'
|
||||
pod 'AFNetworking', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'AFNetworking-4.0.1.1'
|
||||
pod 'Bugly', :configurations => ['Release']
|
||||
pod 'DZNEmptyDataSet', '1.8.1'
|
||||
pod 'FLAnimatedImage', '~> 1.0.17'
|
||||
@@ -17,7 +18,8 @@ target 'keyBoard' do
|
||||
pod 'LookinServer', :configurations => ['Debug']
|
||||
pod 'LYEmptyView', '~> 1.3.1'
|
||||
pod 'Masonry', '1.1.0'
|
||||
pod 'MBProgressHUD', '1.2.0'
|
||||
pod 'MBProgressHUD',:git => 'https://github.com/jdg/MBProgressHUD.git', :commit => '18c442d57398cee5ef57f852df10fc5ff65f0763'
|
||||
# pod 'MBProgressHUD', '1.2.0'
|
||||
pod 'MJExtension', '3.4.2'
|
||||
pod 'MJRefresh', '3.7.9'
|
||||
pod 'SDWebImage', '5.21.1'
|
||||
@@ -28,11 +30,14 @@ target 'CustomKeyboard' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
pod 'AFNetworking','4.0.1'
|
||||
# pod 'AFNetworking','4.0.1'
|
||||
pod 'AFNetworking', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'AFNetworking-4.0.1.1'
|
||||
pod 'SDWebImage', '5.21.1'
|
||||
|
||||
pod 'Masonry', '1.1.0'
|
||||
pod 'MBProgressHUD', '1.2.0'
|
||||
# pod 'MBProgressHUD', '1.2.0'
|
||||
pod 'MBProgressHUD',:git => 'https://github.com/jdg/MBProgressHUD.git', :commit => '18c442d57398cee5ef57f852df10fc5ff65f0763'
|
||||
|
||||
pod 'MJExtension', '3.4.2'
|
||||
pod 'DZNEmptyDataSet', '1.8.1'
|
||||
pod 'SSZipArchive', '~> 2.4.3'
|
||||
|
||||
Reference in New Issue
Block a user