Commit 20a6dfb10b65606a797d03146b83d2ca39c0dc83
1 parent
cfe03b06
no message
Showing
1 changed file
with
70 additions
and
70 deletions
Example/Podfile
| ... | ... | @@ -3,41 +3,41 @@ |
| 3 | 3 | platform :ios, '9.0' |
| 4 | 4 | |
| 5 | 5 | target 'CNLiveTripartiteManagement_Example' do |
| 6 | - pod 'AFNetworking', '3.2.1' | |
| 7 | - pod 'YYKit', '1.0.9' | |
| 8 | - pod 'MJRefresh', '3.2.0' | |
| 9 | - pod 'Masonry', '1.0.2' | |
| 10 | - pod 'Realm', '3.14.2' | |
| 11 | - pod 'FMDB', '2.7.5' | |
| 12 | - pod 'QMUIKit', '3.1.7' | |
| 13 | - pod 'tingyunApp', '2.13.1' | |
| 14 | - pod 'WebViewJavascriptBridge', '6.0.3' | |
| 15 | - pod 'Ks3SDK', '2.1.2' | |
| 16 | - pod 'RSKImageCropper', '2.2.1' | |
| 17 | - pod 'libksygpulive_ks3', '3.0.4' | |
| 18 | - pod 'PGDatePicker', '2.6.9' | |
| 19 | - pod 'SGPagingView', '1.6.1' | |
| 20 | - pod 'PLShortVideoKit','2.0.0' | |
| 21 | - pod 'PLPlayerKit','3.4.1' | |
| 22 | - pod 'SSZipArchive','2.1.5' | |
| 23 | - pod 'TXLiteAVSDK_TRTC','6.3.7088' | |
| 24 | - pod 'MJExtension','3.0.17' | |
| 25 | - pod 'SAMKeychain','1.5.3' | |
| 26 | - pod 'MBProgressHUD','1.1.0' | |
| 27 | - pod 'AMap3DMap-NO-IDFA', '6.8.1' | |
| 28 | - pod 'AMapSearch-NO-IDFA', '6.6.0' | |
| 29 | - pod 'AMapLocation-NO-IDFA', '2.6.2' | |
| 30 | - pod 'FLAnimatedImage', '1.0.12' | |
| 31 | - pod 'GPUImage', '0.1.7' | |
| 32 | - pod 'SDAutoLayout', '2.2.1' | |
| 33 | - pod 'SDCycleScrollView','1.75' | |
| 34 | - #七牛 | |
| 35 | - pod 'Qiniu', '7.2.5' | |
| 36 | - pod 'lottie-ios','2.5.0' | |
| 37 | - pod 'SDWebImage','4.4.6' | |
| 38 | - pod 'SDWebImage/WebP' | |
| 39 | - pod 'SDWebImage/GIF' | |
| 40 | - pod 'WechatOpenSDK'#_NoPay | |
| 6 | +# pod 'AFNetworking', '3.2.1' | |
| 7 | +# pod 'YYKit', '1.0.9' | |
| 8 | +# pod 'MJRefresh', '3.2.0' | |
| 9 | +# pod 'Masonry', '1.0.2' | |
| 10 | +# pod 'Realm', '3.14.2' | |
| 11 | +# pod 'FMDB', '2.7.5' | |
| 12 | +# pod 'QMUIKit', '3.1.7' | |
| 13 | +# pod 'tingyunApp', '2.13.1' | |
| 14 | +# pod 'WebViewJavascriptBridge', '6.0.3' | |
| 15 | +# pod 'Ks3SDK', '2.1.2' | |
| 16 | +# pod 'RSKImageCropper', '2.2.1' | |
| 17 | +# pod 'libksygpulive_ks3', '3.0.4' | |
| 18 | +# pod 'PGDatePicker', '2.6.9' | |
| 19 | +# pod 'SGPagingView', '1.6.1' | |
| 20 | +# pod 'PLShortVideoKit','2.0.0' | |
| 21 | +# pod 'PLPlayerKit','3.4.1' | |
| 22 | +# pod 'SSZipArchive','2.1.5' | |
| 23 | +# pod 'TXLiteAVSDK_TRTC','6.3.7088' | |
| 24 | +# pod 'MJExtension','3.0.17' | |
| 25 | +# pod 'SAMKeychain','1.5.3' | |
| 26 | +# pod 'MBProgressHUD','1.1.0' | |
| 27 | +# pod 'AMap3DMap-NO-IDFA', '6.8.1' | |
| 28 | +# pod 'AMapSearch-NO-IDFA', '6.6.0' | |
| 29 | +# pod 'AMapLocation-NO-IDFA', '2.6.2' | |
| 30 | +# pod 'FLAnimatedImage', '1.0.12' | |
| 31 | +# pod 'GPUImage', '0.1.7' | |
| 32 | +# pod 'SDAutoLayout', '2.2.1' | |
| 33 | +# pod 'SDCycleScrollView','1.75' | |
| 34 | +# #七牛 | |
| 35 | +# pod 'Qiniu', '7.2.5' | |
| 36 | +# pod 'lottie-ios','2.5.0' | |
| 37 | +# pod 'SDWebImage','4.4.6' | |
| 38 | +# pod 'SDWebImage/WebP' | |
| 39 | +# pod 'SDWebImage/GIF' | |
| 40 | +# pod 'WechatOpenSDK'#_NoPay | |
| 41 | 41 | # pod 'BaiduMapKit', '~> 4.3.2' |
| 42 | 42 | # pod 'BMKLocationKit', '~> 1.6.0' |
| 43 | 43 | #依赖三方私有库,如果里面有.a的时候加上这个 |
| ... | ... | @@ -46,41 +46,41 @@ target 'CNLiveTripartiteManagement_Example' do |
| 46 | 46 | |
| 47 | 47 | target 'CNLiveTripartiteManagement_Tests' do |
| 48 | 48 | inherit! :search_paths |
| 49 | - pod 'AFNetworking', '3.2.1' | |
| 50 | - pod 'YYKit', '1.0.9' | |
| 51 | - pod 'MJRefresh', '3.2.0' | |
| 52 | - pod 'Masonry', '1.0.2' | |
| 53 | - pod 'Realm', '3.14.2' | |
| 54 | - pod 'FMDB', '2.7.5' | |
| 55 | - pod 'QMUIKit', '3.1.7' | |
| 56 | - pod 'tingyunApp', '2.13.1' | |
| 57 | - pod 'WebViewJavascriptBridge', '6.0.3' | |
| 58 | - pod 'Ks3SDK', '2.1.2' | |
| 59 | - pod 'RSKImageCropper', '2.2.1' | |
| 60 | - pod 'libksygpulive_ks3', '3.0.4' | |
| 61 | - pod 'PGDatePicker', '2.6.9' | |
| 62 | - pod 'SGPagingView', '1.6.1' | |
| 63 | - pod 'PLShortVideoKit','2.0.0' | |
| 64 | - pod 'PLPlayerKit','3.4.1' | |
| 65 | - pod 'SSZipArchive','2.1.5' | |
| 66 | - pod 'TXLiteAVSDK_TRTC','6.3.7088' | |
| 67 | - pod 'MJExtension','3.0.17' | |
| 68 | - pod 'SAMKeychain','1.5.3' | |
| 69 | - pod 'MBProgressHUD','1.1.0' | |
| 70 | - pod 'AMap3DMap-NO-IDFA', '6.8.1' | |
| 71 | - pod 'AMapSearch-NO-IDFA', '6.6.0' | |
| 72 | - pod 'AMapLocation-NO-IDFA', '2.6.2' | |
| 73 | - pod 'FLAnimatedImage', '1.0.12' | |
| 74 | - pod 'GPUImage', '0.1.7' | |
| 75 | - pod 'SDAutoLayout', '2.2.1' | |
| 76 | - pod 'SDCycleScrollView','1.75' | |
| 77 | - #七牛 | |
| 78 | - pod 'Qiniu', '7.2.5' | |
| 79 | - pod 'lottie-ios','2.5.0' | |
| 80 | - pod 'SDWebImage','4.4.6' | |
| 81 | - pod 'SDWebImage/WebP' | |
| 82 | - pod 'SDWebImage/GIF' | |
| 83 | - pod 'WechatOpenSDK'#_NoPay | |
| 49 | +# pod 'AFNetworking', '3.2.1' | |
| 50 | +# pod 'YYKit', '1.0.9' | |
| 51 | +# pod 'MJRefresh', '3.2.0' | |
| 52 | +# pod 'Masonry', '1.0.2' | |
| 53 | +# pod 'Realm', '3.14.2' | |
| 54 | +# pod 'FMDB', '2.7.5' | |
| 55 | +# pod 'QMUIKit', '3.1.7' | |
| 56 | +# pod 'tingyunApp', '2.13.1' | |
| 57 | +# pod 'WebViewJavascriptBridge', '6.0.3' | |
| 58 | +# pod 'Ks3SDK', '2.1.2' | |
| 59 | +# pod 'RSKImageCropper', '2.2.1' | |
| 60 | +# pod 'libksygpulive_ks3', '3.0.4' | |
| 61 | +# pod 'PGDatePicker', '2.6.9' | |
| 62 | +# pod 'SGPagingView', '1.6.1' | |
| 63 | +# pod 'PLShortVideoKit','2.0.0' | |
| 64 | +# pod 'PLPlayerKit','3.4.1' | |
| 65 | +# pod 'SSZipArchive','2.1.5' | |
| 66 | +# pod 'TXLiteAVSDK_TRTC','6.3.7088' | |
| 67 | +# pod 'MJExtension','3.0.17' | |
| 68 | +# pod 'SAMKeychain','1.5.3' | |
| 69 | +# pod 'MBProgressHUD','1.1.0' | |
| 70 | +# pod 'AMap3DMap-NO-IDFA', '6.8.1' | |
| 71 | +# pod 'AMapSearch-NO-IDFA', '6.6.0' | |
| 72 | +# pod 'AMapLocation-NO-IDFA', '2.6.2' | |
| 73 | +# pod 'FLAnimatedImage', '1.0.12' | |
| 74 | +# pod 'GPUImage', '0.1.7' | |
| 75 | +# pod 'SDAutoLayout', '2.2.1' | |
| 76 | +# pod 'SDCycleScrollView','1.75' | |
| 77 | +# #七牛 | |
| 78 | +# pod 'Qiniu', '7.2.5' | |
| 79 | +# pod 'lottie-ios','2.5.0' | |
| 80 | +# pod 'SDWebImage','4.4.6' | |
| 81 | +# pod 'SDWebImage/WebP' | |
| 82 | +# pod 'SDWebImage/GIF' | |
| 83 | +# pod 'WechatOpenSDK'#_NoPay | |
| 84 | 84 | # pod 'BaiduMapKit', '~> 4.3.2' |
| 85 | 85 | # pod 'BMKLocationKit', '~> 1.6.0' |
| 86 | 86 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | ... | ... |