Commit f0b0f5857b645ff24ab5026c06a1192218c8c2df
1 parent
c260e9d1
0.0.7
Showing
6 changed files
with
144 additions
and
318 deletions
CNLiveTripartiteManagement.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'CNLiveTripartiteManagement' | 3 | s.name = 'CNLiveTripartiteManagement' |
| 4 | - s.version = '0.0.5' | 4 | + s.version = '0.0.7' |
| 5 | s.summary = '所有三方库版本管理' | 5 | s.summary = '所有三方库版本管理' |
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| 7 | 所有三方库版本管理组件 | 7 | 所有三方库版本管理组件 |
| @@ -17,135 +17,135 @@ Pod::Spec.new do |s| | @@ -17,135 +17,135 @@ Pod::Spec.new do |s| | ||
| 17 | 17 | ||
| 18 | # s.source_files = 'CNLiveTripartiteManagement/Classes/**/*' | 18 | # s.source_files = 'CNLiveTripartiteManagement/Classes/**/*' |
| 19 | s.subspec 'AFNetworking' do |afn| | 19 | s.subspec 'AFNetworking' do |afn| |
| 20 | - afn.dependency 'AFNetworking','~> 3.2.1' | 20 | + afn.dependency 'AFNetworking','3.2.1' |
| 21 | afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' | 21 | afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' |
| 22 | end | 22 | end |
| 23 | s.subspec 'YYKit' do |yykit| | 23 | s.subspec 'YYKit' do |yykit| |
| 24 | - yykit.dependency 'YYKit', '~> 1.0.9' | 24 | + yykit.dependency 'YYKit', '1.0.9' |
| 25 | yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*' | 25 | yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*' |
| 26 | end | 26 | end |
| 27 | s.subspec 'MJRefresh' do |refresh| | 27 | s.subspec 'MJRefresh' do |refresh| |
| 28 | - refresh.dependency 'MJRefresh', '~> 3.2.0' | 28 | + refresh.dependency 'MJRefresh', '3.2.0' |
| 29 | refresh.source_files = 'CNLiveTripartiteManagement/Classes/MJRefresh/*' | 29 | refresh.source_files = 'CNLiveTripartiteManagement/Classes/MJRefresh/*' |
| 30 | end | 30 | end |
| 31 | s.subspec 'Masonry' do |masonry| | 31 | s.subspec 'Masonry' do |masonry| |
| 32 | - masonry.dependency 'Masonry', '~> 1.0.2' | 32 | + masonry.dependency 'Masonry', '1.0.2' |
| 33 | masonry.source_files = 'CNLiveTripartiteManagement/Classes/Masonry/*' | 33 | masonry.source_files = 'CNLiveTripartiteManagement/Classes/Masonry/*' |
| 34 | end | 34 | end |
| 35 | s.subspec 'Realm' do |realm| | 35 | s.subspec 'Realm' do |realm| |
| 36 | - realm.dependency 'Realm', '~> 3.14.2' | 36 | + realm.dependency 'Realm', '3.14.2' |
| 37 | realm.source_files = 'CNLiveTripartiteManagement/Classes/Realm/*' | 37 | realm.source_files = 'CNLiveTripartiteManagement/Classes/Realm/*' |
| 38 | end | 38 | end |
| 39 | s.subspec 'FMDB' do |fmdb| | 39 | s.subspec 'FMDB' do |fmdb| |
| 40 | - fmdb.dependency 'FMDB', '~> 2.7.5' | 40 | + fmdb.dependency 'FMDB', '2.7.5' |
| 41 | fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' | 41 | fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' |
| 42 | end | 42 | end |
| 43 | s.subspec 'QMUIKit' do |qmuikit| | 43 | s.subspec 'QMUIKit' do |qmuikit| |
| 44 | - qmuikit.dependency 'QMUIKit', '~> 3.1.7' | 44 | + qmuikit.dependency 'QMUIKit', '3.1.7' |
| 45 | qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*' | 45 | qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*' |
| 46 | end | 46 | end |
| 47 | s.subspec 'tingyunApp' do |tingyun| | 47 | s.subspec 'tingyunApp' do |tingyun| |
| 48 | - tingyun.dependency 'tingyunApp', '~> 2.13.1' | 48 | + tingyun.dependency 'tingyunApp', '2.13.1' |
| 49 | tingyun.source_files = 'CNLiveTripartiteManagement/Classes/tingyunApp/*' | 49 | tingyun.source_files = 'CNLiveTripartiteManagement/Classes/tingyunApp/*' |
| 50 | end | 50 | end |
| 51 | s.subspec 'WebViewJavascriptBridge' do |bridge| | 51 | s.subspec 'WebViewJavascriptBridge' do |bridge| |
| 52 | - bridge.dependency 'WebViewJavascriptBridge', '~> 6.0.3' | 52 | + bridge.dependency 'WebViewJavascriptBridge', '6.0.3' |
| 53 | bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*' | 53 | bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*' |
| 54 | end | 54 | end |
| 55 | s.subspec 'Ks3SDK' do |ks3| | 55 | s.subspec 'Ks3SDK' do |ks3| |
| 56 | - ks3.dependency 'Ks3SDK', '~> 2.1.2' | 56 | + ks3.dependency 'Ks3SDK', '2.1.2' |
| 57 | ks3.source_files = 'CNLiveTripartiteManagement/Classes/Ks3SDK/*' | 57 | ks3.source_files = 'CNLiveTripartiteManagement/Classes/Ks3SDK/*' |
| 58 | end | 58 | end |
| 59 | s.subspec 'RSKImageCropper' do |cropper| | 59 | s.subspec 'RSKImageCropper' do |cropper| |
| 60 | - cropper.dependency 'RSKImageCropper', '~> 2.2.1' | 60 | + cropper.dependency 'RSKImageCropper', '2.2.1' |
| 61 | cropper.source_files = 'CNLiveTripartiteManagement/Classes/RSKImageCropper/*' | 61 | cropper.source_files = 'CNLiveTripartiteManagement/Classes/RSKImageCropper/*' |
| 62 | end | 62 | end |
| 63 | s.subspec 'libksygpulive_ks3' do |ksy| | 63 | s.subspec 'libksygpulive_ks3' do |ksy| |
| 64 | - ksy.dependency 'libksygpulive_ks3', '~> 3.0.4' | 64 | + ksy.dependency 'libksygpulive_ks3', '3.0.4' |
| 65 | ksy.source_files = 'CNLiveTripartiteManagement/Classes/libksygpulive_ks3/*' | 65 | ksy.source_files = 'CNLiveTripartiteManagement/Classes/libksygpulive_ks3/*' |
| 66 | end | 66 | end |
| 67 | s.subspec 'PGDatePicker' do |picker| | 67 | s.subspec 'PGDatePicker' do |picker| |
| 68 | - picker.dependency 'PGDatePicker', '~> 2.6.9' | 68 | + picker.dependency 'PGDatePicker', '2.6.9' |
| 69 | picker.source_files = 'CNLiveTripartiteManagement/Classes/PGDatePicker/*' | 69 | picker.source_files = 'CNLiveTripartiteManagement/Classes/PGDatePicker/*' |
| 70 | end | 70 | end |
| 71 | s.subspec 'SGPagingView' do |page| | 71 | s.subspec 'SGPagingView' do |page| |
| 72 | - page.dependency 'SGPagingView', '~> 1.6.1' | 72 | + page.dependency 'SGPagingView', '1.6.1' |
| 73 | page.source_files = 'CNLiveTripartiteManagement/Classes/SGPagingView/*' | 73 | page.source_files = 'CNLiveTripartiteManagement/Classes/SGPagingView/*' |
| 74 | end | 74 | end |
| 75 | s.subspec 'PLShortVideoKit' do |video| | 75 | s.subspec 'PLShortVideoKit' do |video| |
| 76 | - video.dependency 'PLShortVideoKit','~> 2.0.0' | 76 | + video.dependency 'PLShortVideoKit','2.0.0' |
| 77 | video.source_files = 'CNLiveTripartiteManagement/Classes/PLShortVideoKit/*' | 77 | video.source_files = 'CNLiveTripartiteManagement/Classes/PLShortVideoKit/*' |
| 78 | end | 78 | end |
| 79 | s.subspec 'PLPlayerKit' do |playerKit| | 79 | s.subspec 'PLPlayerKit' do |playerKit| |
| 80 | - playerKit.dependency 'PLPlayerKit','~> 3.4.1' | 80 | + playerKit.dependency 'PLPlayerKit','3.4.1' |
| 81 | playerKit.source_files = 'CNLiveTripartiteManagement/Classes/PLPlayerKit/*' | 81 | playerKit.source_files = 'CNLiveTripartiteManagement/Classes/PLPlayerKit/*' |
| 82 | end | 82 | end |
| 83 | s.subspec 'SSZipArchive' do |zip| | 83 | s.subspec 'SSZipArchive' do |zip| |
| 84 | - zip.dependency 'SSZipArchive','~> 2.1.5' | 84 | + zip.dependency 'SSZipArchive','2.1.5' |
| 85 | zip.source_files = 'CNLiveTripartiteManagement/Classes/SSZipArchive/*' | 85 | zip.source_files = 'CNLiveTripartiteManagement/Classes/SSZipArchive/*' |
| 86 | end | 86 | end |
| 87 | s.subspec 'TXLiteAVSDK_TRTC' do |lite| | 87 | s.subspec 'TXLiteAVSDK_TRTC' do |lite| |
| 88 | - lite.dependency 'TXLiteAVSDK_TRTC','~> 6.3.7088' | 88 | + lite.dependency 'TXLiteAVSDK_TRTC','6.3.7088' |
| 89 | lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*' | 89 | lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*' |
| 90 | end | 90 | end |
| 91 | s.subspec 'MJExtension' do |extension| | 91 | s.subspec 'MJExtension' do |extension| |
| 92 | - extension.dependency 'MJExtension','~> 3.0.17' | 92 | + extension.dependency 'MJExtension','3.0.17' |
| 93 | extension.source_files = 'CNLiveTripartiteManagement/Classes/MJExtension/*' | 93 | extension.source_files = 'CNLiveTripartiteManagement/Classes/MJExtension/*' |
| 94 | end | 94 | end |
| 95 | s.subspec 'SAMKeychain' do |chain| | 95 | s.subspec 'SAMKeychain' do |chain| |
| 96 | - chain.dependency 'SAMKeychain','~> 1.5.3' | 96 | + chain.dependency 'SAMKeychain','1.5.3' |
| 97 | chain.source_files = 'CNLiveTripartiteManagement/Classes/SAMKeychain/*' | 97 | chain.source_files = 'CNLiveTripartiteManagement/Classes/SAMKeychain/*' |
| 98 | end | 98 | end |
| 99 | s.subspec 'MBProgressHUD' do |hud| | 99 | s.subspec 'MBProgressHUD' do |hud| |
| 100 | - hud.dependency 'MBProgressHUD','~> 1.1.0' | 100 | + hud.dependency 'MBProgressHUD','1.1.0' |
| 101 | hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' | 101 | hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' |
| 102 | end | 102 | end |
| 103 | - #s.subspec 'AMap3DMap-NO-IDFA' do |map| | ||
| 104 | - # map.dependency 'AMap3DMap-NO-IDFA', '~> 6.8.1' | ||
| 105 | - # map.source_files = 'CNLiveTripartiteManagement/Classes/AMap3DMap-NO-IDFA/*' | ||
| 106 | - # end | ||
| 107 | - #s.subspec 'AMapSearch-NO-IDFA' do |mapSearch| | ||
| 108 | - # mapSearch.dependency 'AMapSearch-NO-IDFA', '~> 6.6.0' | ||
| 109 | - # mapSearch.source_files = 'CNLiveTripartiteManagement/Classes/AMapSearch-NO-IDFA/*' | ||
| 110 | - # end | ||
| 111 | - # s.subspec 'AMapLocation-NO-IDFA' do |location| | ||
| 112 | - #location.dependency 'AMapLocation-NO-IDFA', '~> 2.6.2' | ||
| 113 | - #location.source_files = 'CNLiveTripartiteManagement/Classes/AMapLocation-NO-IDFA/*' | ||
| 114 | - # end | ||
| 115 | - s.subspec 'BaiduMapKit' do |map| | ||
| 116 | - map.dependency 'BaiduMapKit', '~> 4.3.2' | ||
| 117 | - map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | ||
| 118 | - end | ||
| 119 | - s.subspec 'BMKLocationKit' do |location| | ||
| 120 | - location.dependency 'BMKLocationKit', '~> 1.6.0' | ||
| 121 | - location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' | ||
| 122 | - end | 103 | + s.subspec 'AMap3DMap-NO-IDFA' do |map| |
| 104 | + map.dependency 'AMap3DMap-NO-IDFA', '6.8.1' | ||
| 105 | + map.source_files = 'CNLiveTripartiteManagement/Classes/AMap3DMap-NO-IDFA/*' | ||
| 106 | + end | ||
| 107 | + s.subspec 'AMapSearch-NO-IDFA' do |mapSearch| | ||
| 108 | + mapSearch.dependency 'AMapSearch-NO-IDFA', '6.6.0' | ||
| 109 | + mapSearch.source_files = 'CNLiveTripartiteManagement/Classes/AMapSearch-NO-IDFA/*' | ||
| 110 | + end | ||
| 111 | + s.subspec 'AMapLocation-NO-IDFA' do |location| | ||
| 112 | + location.dependency 'AMapLocation-NO-IDFA', '2.6.2' | ||
| 113 | + location.source_files = 'CNLiveTripartiteManagement/Classes/AMapLocation-NO-IDFA/*' | ||
| 114 | + end | ||
| 115 | + #s.subspec 'BaiduMapKit' do |map| | ||
| 116 | + # map.dependency 'BaiduMapKit', '~> 4.3.2' | ||
| 117 | + # map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | ||
| 118 | + #end | ||
| 119 | + # s.subspec 'BMKLocationKit' do |location| | ||
| 120 | + # location.dependency 'BMKLocationKit', '~> 1.6.0' | ||
| 121 | + #location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' | ||
| 122 | + #end | ||
| 123 | s.subspec 'FLAnimatedImage' do |flImage| | 123 | s.subspec 'FLAnimatedImage' do |flImage| |
| 124 | - flImage.dependency 'FLAnimatedImage', '~> 1.0.12' | 124 | + flImage.dependency 'FLAnimatedImage', '1.0.12' |
| 125 | flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*' | 125 | flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*' |
| 126 | end | 126 | end |
| 127 | s.subspec 'GPUImage' do |gpuImage| | 127 | s.subspec 'GPUImage' do |gpuImage| |
| 128 | - gpuImage.dependency 'GPUImage', '~> 0.1.7' | 128 | + gpuImage.dependency 'GPUImage', '0.1.7' |
| 129 | gpuImage.source_files = 'CNLiveTripartiteManagement/Classes/GPUImage/*' | 129 | gpuImage.source_files = 'CNLiveTripartiteManagement/Classes/GPUImage/*' |
| 130 | end | 130 | end |
| 131 | s.subspec 'SDAutoLayout' do |layout| | 131 | s.subspec 'SDAutoLayout' do |layout| |
| 132 | - layout.dependency 'SDAutoLayout', '~> 2.2.1' | 132 | + layout.dependency 'SDAutoLayout', '2.2.1' |
| 133 | layout.source_files = 'CNLiveTripartiteManagement/Classes/SDAutoLayout/*' | 133 | layout.source_files = 'CNLiveTripartiteManagement/Classes/SDAutoLayout/*' |
| 134 | end | 134 | end |
| 135 | s.subspec 'SDCycleScrollView' do |scrollview| | 135 | s.subspec 'SDCycleScrollView' do |scrollview| |
| 136 | - scrollview.dependency 'SDCycleScrollView','~> 1.75' | 136 | + scrollview.dependency 'SDCycleScrollView','1.75' |
| 137 | scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' | 137 | scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' |
| 138 | end | 138 | end |
| 139 | s.subspec 'Qiniu' do |qiniu| | 139 | s.subspec 'Qiniu' do |qiniu| |
| 140 | - qiniu.dependency 'Qiniu', '~> 7.1' | 140 | + qiniu.dependency 'Qiniu', '7.2.5' |
| 141 | qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*' | 141 | qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*' |
| 142 | end | 142 | end |
| 143 | s.subspec 'lottie-ios' do |lottie| | 143 | s.subspec 'lottie-ios' do |lottie| |
| 144 | - lottie.dependency 'lottie-ios','~> 2.5.0' | 144 | + lottie.dependency 'lottie-ios','2.5.0' |
| 145 | lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*' | 145 | lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*' |
| 146 | end | 146 | end |
| 147 | s.subspec 'SDWebImage' do |webimage| | 147 | s.subspec 'SDWebImage' do |webimage| |
| 148 | - webimage.dependency 'SDWebImage','~>4.4.6' | 148 | + webimage.dependency 'SDWebImage','4.4.6' |
| 149 | webimage.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImage/*' | 149 | webimage.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImage/*' |
| 150 | end | 150 | end |
| 151 | s.subspec 'SDWebImageWebP' do |webp| | 151 | s.subspec 'SDWebImageWebP' do |webp| |
CNLiveTripartiteManagement/Classes/BMKLocationKit/README.md renamed to CNLiveTripartiteManagement/Classes/AMap3DMap-NO-IDFA/README.md
CNLiveTripartiteManagement/Classes/BaiduMapKit/README.md renamed to CNLiveTripartiteManagement/Classes/AMapLocation-NO-IDFA/README.md
CNLiveTripartiteManagement/Classes/AMapSearch-NO-IDFA/README.md
0 → 100644
| 1 | +# CNLiveTripartiteManagement | ||
| 2 | + | ||
| 3 | +[](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement) | ||
| 4 | +[](https://cocoapods.org/pods/CNLiveTripartiteManagement) | ||
| 5 | +[](https://cocoapods.org/pods/CNLiveTripartiteManagement) | ||
| 6 | +[](https://cocoapods.org/pods/CNLiveTripartiteManagement) | ||
| 7 | + | ||
| 8 | +## Example | ||
| 9 | + | ||
| 10 | +To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
| 11 | + | ||
| 12 | +## Requirements | ||
| 13 | + | ||
| 14 | +## Installation | ||
| 15 | + | ||
| 16 | +CNLiveTripartiteManagement is available through [CocoaPods](https://cocoapods.org). To install | ||
| 17 | +it, simply add the following line to your Podfile: | ||
| 18 | + | ||
| 19 | +```ruby | ||
| 20 | +pod 'CNLiveTripartiteManagement' | ||
| 21 | +``` | ||
| 22 | + | ||
| 23 | +## Author | ||
| 24 | + | ||
| 25 | +殷巧娟, 1427945373@qq.com | ||
| 26 | + | ||
| 27 | +## License | ||
| 28 | + | ||
| 29 | +CNLiveTripartiteManagement is available under the MIT license. See the LICENSE file for more info. |
Example/CNLiveTripartiteManagement.xcodeproj/project.pbxproj
| @@ -207,8 +207,6 @@ | @@ -207,8 +207,6 @@ | ||
| 207 | 6003F586195388D20070C39A /* Sources */, | 207 | 6003F586195388D20070C39A /* Sources */, |
| 208 | 6003F587195388D20070C39A /* Frameworks */, | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 6003F588195388D20070C39A /* Resources */, | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | - B46AD72692900B10C30B59BB /* [CP] Embed Pods Frameworks */, | ||
| 211 | - D7AD571D0A20F0B813F6F693 /* [CP] Copy Pods Resources */, | ||
| 212 | ); | 210 | ); |
| 213 | buildRules = ( | 211 | buildRules = ( |
| 214 | ); | 212 | ); |
| @@ -227,8 +225,6 @@ | @@ -227,8 +225,6 @@ | ||
| 227 | 6003F5AA195388D20070C39A /* Sources */, | 225 | 6003F5AA195388D20070C39A /* Sources */, |
| 228 | 6003F5AB195388D20070C39A /* Frameworks */, | 226 | 6003F5AB195388D20070C39A /* Frameworks */, |
| 229 | 6003F5AC195388D20070C39A /* Resources */, | 227 | 6003F5AC195388D20070C39A /* Resources */, |
| 230 | - 653627B746D9C787C3F5539E /* [CP] Embed Pods Frameworks */, | ||
| 231 | - 33B6380A0B66CB42057C67B5 /* [CP] Copy Pods Resources */, | ||
| 232 | ); | 228 | ); |
| 233 | buildRules = ( | 229 | buildRules = ( |
| 234 | ); | 230 | ); |
| @@ -322,28 +318,6 @@ | @@ -322,28 +318,6 @@ | ||
| 322 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | 318 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 323 | showEnvVarsInLog = 0; | 319 | showEnvVarsInLog = 0; |
| 324 | }; | 320 | }; |
| 325 | - 33B6380A0B66CB42057C67B5 /* [CP] Copy Pods Resources */ = { | ||
| 326 | - isa = PBXShellScriptBuildPhase; | ||
| 327 | - buildActionMask = 2147483647; | ||
| 328 | - files = ( | ||
| 329 | - ); | ||
| 330 | - inputFileListPaths = ( | ||
| 331 | - ); | ||
| 332 | - inputPaths = ( | ||
| 333 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh", | ||
| 334 | - "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | ||
| 335 | - ); | ||
| 336 | - name = "[CP] Copy Pods Resources"; | ||
| 337 | - outputFileListPaths = ( | ||
| 338 | - ); | ||
| 339 | - outputPaths = ( | ||
| 340 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | ||
| 341 | - ); | ||
| 342 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 343 | - shellPath = /bin/sh; | ||
| 344 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh\"\n"; | ||
| 345 | - showEnvVarsInLog = 0; | ||
| 346 | - }; | ||
| 347 | 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { | 321 | 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { |
| 348 | isa = PBXShellScriptBuildPhase; | 322 | isa = PBXShellScriptBuildPhase; |
| 349 | buildActionMask = 2147483647; | 323 | buildActionMask = 2147483647; |
| @@ -366,182 +340,6 @@ | @@ -366,182 +340,6 @@ | ||
| 366 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | 340 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 367 | showEnvVarsInLog = 0; | 341 | showEnvVarsInLog = 0; |
| 368 | }; | 342 | }; |
| 369 | - 653627B746D9C787C3F5539E /* [CP] Embed Pods Frameworks */ = { | ||
| 370 | - isa = PBXShellScriptBuildPhase; | ||
| 371 | - buildActionMask = 2147483647; | ||
| 372 | - files = ( | ||
| 373 | - ); | ||
| 374 | - inputFileListPaths = ( | ||
| 375 | - ); | ||
| 376 | - inputPaths = ( | ||
| 377 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh", | ||
| 378 | - "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | ||
| 379 | - "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", | ||
| 380 | - "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", | ||
| 381 | - "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | ||
| 382 | - "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | ||
| 383 | - "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", | ||
| 384 | - "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | ||
| 385 | - "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", | ||
| 386 | - "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", | ||
| 387 | - "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", | ||
| 388 | - "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework", | ||
| 389 | - "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework", | ||
| 390 | - "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework", | ||
| 391 | - "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", | ||
| 392 | - "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework", | ||
| 393 | - "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", | ||
| 394 | - "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework", | ||
| 395 | - "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", | ||
| 396 | - "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", | ||
| 397 | - "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", | ||
| 398 | - "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", | ||
| 399 | - "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework", | ||
| 400 | - "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework", | ||
| 401 | - "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", | ||
| 402 | - "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", | ||
| 403 | - "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework", | ||
| 404 | - "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework", | ||
| 405 | - "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", | ||
| 406 | - ); | ||
| 407 | - name = "[CP] Embed Pods Frameworks"; | ||
| 408 | - outputFileListPaths = ( | ||
| 409 | - ); | ||
| 410 | - outputPaths = ( | ||
| 411 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | ||
| 412 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", | ||
| 413 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", | ||
| 414 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | ||
| 415 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | ||
| 416 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", | ||
| 417 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | ||
| 418 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | ||
| 419 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", | ||
| 420 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", | ||
| 421 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework", | ||
| 422 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework", | ||
| 423 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework", | ||
| 424 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", | ||
| 425 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework", | ||
| 426 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", | ||
| 427 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework", | ||
| 428 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", | ||
| 429 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", | ||
| 430 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", | ||
| 431 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", | ||
| 432 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework", | ||
| 433 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework", | ||
| 434 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", | ||
| 435 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", | ||
| 436 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework", | ||
| 437 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework", | ||
| 438 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", | ||
| 439 | - ); | ||
| 440 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 441 | - shellPath = /bin/sh; | ||
| 442 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh\"\n"; | ||
| 443 | - showEnvVarsInLog = 0; | ||
| 444 | - }; | ||
| 445 | - B46AD72692900B10C30B59BB /* [CP] Embed Pods Frameworks */ = { | ||
| 446 | - isa = PBXShellScriptBuildPhase; | ||
| 447 | - buildActionMask = 2147483647; | ||
| 448 | - files = ( | ||
| 449 | - ); | ||
| 450 | - inputFileListPaths = ( | ||
| 451 | - ); | ||
| 452 | - inputPaths = ( | ||
| 453 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh", | ||
| 454 | - "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | ||
| 455 | - "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", | ||
| 456 | - "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", | ||
| 457 | - "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", | ||
| 458 | - "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | ||
| 459 | - "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | ||
| 460 | - "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", | ||
| 461 | - "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | ||
| 462 | - "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", | ||
| 463 | - "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", | ||
| 464 | - "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", | ||
| 465 | - "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework", | ||
| 466 | - "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework", | ||
| 467 | - "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework", | ||
| 468 | - "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", | ||
| 469 | - "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework", | ||
| 470 | - "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", | ||
| 471 | - "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework", | ||
| 472 | - "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", | ||
| 473 | - "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", | ||
| 474 | - "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", | ||
| 475 | - "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", | ||
| 476 | - "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework", | ||
| 477 | - "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework", | ||
| 478 | - "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", | ||
| 479 | - "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", | ||
| 480 | - "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework", | ||
| 481 | - "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework", | ||
| 482 | - "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", | ||
| 483 | - ); | ||
| 484 | - name = "[CP] Embed Pods Frameworks"; | ||
| 485 | - outputFileListPaths = ( | ||
| 486 | - ); | ||
| 487 | - outputPaths = ( | ||
| 488 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | ||
| 489 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", | ||
| 490 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", | ||
| 491 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", | ||
| 492 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | ||
| 493 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | ||
| 494 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", | ||
| 495 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | ||
| 496 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | ||
| 497 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", | ||
| 498 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", | ||
| 499 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework", | ||
| 500 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework", | ||
| 501 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework", | ||
| 502 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", | ||
| 503 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework", | ||
| 504 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", | ||
| 505 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework", | ||
| 506 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", | ||
| 507 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", | ||
| 508 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", | ||
| 509 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", | ||
| 510 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework", | ||
| 511 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework", | ||
| 512 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", | ||
| 513 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", | ||
| 514 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework", | ||
| 515 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework", | ||
| 516 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", | ||
| 517 | - ); | ||
| 518 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 519 | - shellPath = /bin/sh; | ||
| 520 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; | ||
| 521 | - showEnvVarsInLog = 0; | ||
| 522 | - }; | ||
| 523 | - D7AD571D0A20F0B813F6F693 /* [CP] Copy Pods Resources */ = { | ||
| 524 | - isa = PBXShellScriptBuildPhase; | ||
| 525 | - buildActionMask = 2147483647; | ||
| 526 | - files = ( | ||
| 527 | - ); | ||
| 528 | - inputFileListPaths = ( | ||
| 529 | - ); | ||
| 530 | - inputPaths = ( | ||
| 531 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | ||
| 532 | - "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | ||
| 533 | - ); | ||
| 534 | - name = "[CP] Copy Pods Resources"; | ||
| 535 | - outputFileListPaths = ( | ||
| 536 | - ); | ||
| 537 | - outputPaths = ( | ||
| 538 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | ||
| 539 | - ); | ||
| 540 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 541 | - shellPath = /bin/sh; | ||
| 542 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n"; | ||
| 543 | - showEnvVarsInLog = 0; | ||
| 544 | - }; | ||
| 545 | /* End PBXShellScriptBuildPhase section */ | 343 | /* End PBXShellScriptBuildPhase section */ |
| 546 | 344 | ||
| 547 | /* Begin PBXSourcesBuildPhase section */ | 345 | /* Begin PBXSourcesBuildPhase section */ |
Example/Podfile
| @@ -3,87 +3,86 @@ | @@ -3,87 +3,86 @@ | ||
| 3 | platform :ios, '9.0' | 3 | platform :ios, '9.0' |
| 4 | 4 | ||
| 5 | target 'CNLiveTripartiteManagement_Example' do | 5 | target 'CNLiveTripartiteManagement_Example' do |
| 6 | - pod 'CNLiveTripartiteManagement', :path => '../' | ||
| 7 | - pod 'AFNetworking', '~> 3.2.1' | ||
| 8 | - pod 'YYKit', '~> 1.0.9' | ||
| 9 | - pod 'MJRefresh', '~> 3.2.0' | ||
| 10 | - pod 'Masonry', '~> 1.0.2' | ||
| 11 | - pod 'Realm', '~> 3.14.2' | ||
| 12 | - pod 'FMDB', '~> 2.7.5' | ||
| 13 | - pod 'QMUIKit', '~> 3.1.7' | ||
| 14 | - pod 'tingyunApp', '~> 2.13.1' | ||
| 15 | - pod 'WebViewJavascriptBridge', '~> 6.0.3' | ||
| 16 | - pod 'Ks3SDK', '~> 2.1.2' | ||
| 17 | - pod 'RSKImageCropper', '~> 2.2.1' | ||
| 18 | - pod 'libksygpulive_ks3', '~> 3.0.4' | ||
| 19 | - pod 'PGDatePicker', '~> 2.6.9' | ||
| 20 | - pod 'SGPagingView', '~> 1.6.1' | ||
| 21 | - pod 'PLShortVideoKit','~> 2.0.0' | ||
| 22 | - pod 'PLPlayerKit','~> 3.4.1' | ||
| 23 | - pod 'SSZipArchive','~> 2.1.5' | ||
| 24 | - pod 'TXLiteAVSDK_TRTC','~> 6.3.7088' | ||
| 25 | - pod 'MJExtension','~> 3.0.17' | ||
| 26 | - pod 'SAMKeychain','~> 1.5.3' | ||
| 27 | - pod 'MBProgressHUD','~> 1.1.0' | ||
| 28 | - #pod 'AMap3DMap-NO-IDFA', '~> 6.8.1' | ||
| 29 | - #pod 'AMapSearch-NO-IDFA', '~> 6.6.0' | ||
| 30 | - # pod 'AMapLocation-NO-IDFA', '~> 2.6.2' | ||
| 31 | - pod 'FLAnimatedImage', '~> 1.0.12' | ||
| 32 | - pod 'GPUImage', '~> 0.1.7' | ||
| 33 | - pod 'SDAutoLayout', '~> 2.2.1' | ||
| 34 | - pod 'SDCycleScrollView','~> 1.75' | 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' | ||
| 35 | #七牛 | 34 | #七牛 |
| 36 | - pod 'Qiniu', '~> 7.1' | ||
| 37 | - pod 'lottie-ios','~> 2.5.0' | ||
| 38 | - pod 'SDWebImage','~>4.4.6' | 35 | + pod 'Qiniu', '7.2.5' |
| 36 | + pod 'lottie-ios','2.5.0' | ||
| 37 | + pod 'SDWebImage','4.4.6' | ||
| 39 | pod 'SDWebImage/WebP' | 38 | pod 'SDWebImage/WebP' |
| 40 | pod 'SDWebImage/GIF' | 39 | pod 'SDWebImage/GIF' |
| 41 | pod 'WechatOpenSDK'#_NoPay | 40 | pod 'WechatOpenSDK'#_NoPay |
| 42 | - pod 'BaiduMapKit', '~> 4.3.2' | ||
| 43 | - pod 'BMKLocationKit', '~> 1.6.0' | 41 | + # pod 'BaiduMapKit', '~> 4.3.2' |
| 42 | + # pod 'BMKLocationKit', '~> 1.6.0' | ||
| 44 | #依赖三方私有库,如果里面有.a的时候加上这个 | 43 | #依赖三方私有库,如果里面有.a的时候加上这个 |
| 45 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | 44 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} |
| 46 | end | 45 | end |
| 47 | 46 | ||
| 48 | target 'CNLiveTripartiteManagement_Tests' do | 47 | target 'CNLiveTripartiteManagement_Tests' do |
| 49 | inherit! :search_paths | 48 | inherit! :search_paths |
| 50 | - pod 'AFNetworking', '~> 3.2.1' | ||
| 51 | - pod 'YYKit', '~> 1.0.9' | ||
| 52 | - pod 'MJRefresh', '~> 3.2.0' | ||
| 53 | - pod 'Masonry', '~> 1.0.2' | ||
| 54 | - pod 'Realm', '~> 3.14.2' | ||
| 55 | - pod 'FMDB', '~> 2.7.5' | ||
| 56 | - pod 'QMUIKit', '~> 3.1.7' | ||
| 57 | - pod 'tingyunApp', '~> 2.13.1' | ||
| 58 | - pod 'WebViewJavascriptBridge', '~> 6.0.3' | ||
| 59 | - pod 'Ks3SDK', '~> 2.1.2' | ||
| 60 | - pod 'RSKImageCropper', '~> 2.2.1' | ||
| 61 | - pod 'libksygpulive_ks3', '~> 3.0.4' | ||
| 62 | - pod 'PGDatePicker', '~> 2.6.9' | ||
| 63 | - pod 'SGPagingView', '~> 1.6.1' | ||
| 64 | - pod 'PLShortVideoKit','~> 2.0.0' | ||
| 65 | - pod 'PLPlayerKit','~> 3.4.1' | ||
| 66 | - pod 'SSZipArchive','~> 2.1.5' | ||
| 67 | - pod 'TXLiteAVSDK_TRTC','~> 6.3.7088' | ||
| 68 | - pod 'MJExtension','~> 3.0.17' | ||
| 69 | - pod 'SAMKeychain','~> 1.5.3' | ||
| 70 | - pod 'MBProgressHUD','~> 1.1.0' | ||
| 71 | - #pod 'AMap3DMap-NO-IDFA', '~> 6.8.1' | ||
| 72 | - #pod 'AMapSearch-NO-IDFA', '~> 6.6.0' | ||
| 73 | - #pod 'AMapLocation-NO-IDFA', '~> 2.6.2' | ||
| 74 | - pod 'FLAnimatedImage', '~> 1.0.12' | ||
| 75 | - pod 'GPUImage', '~> 0.1.7' | ||
| 76 | - pod 'SDAutoLayout', '~> 2.2.1' | ||
| 77 | - pod 'SDCycleScrollView','~> 1.75' | 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' | ||
| 78 | #七牛 | 77 | #七牛 |
| 79 | - pod 'Qiniu', '~> 7.1' | ||
| 80 | - pod 'lottie-ios','~> 2.5.0' | ||
| 81 | - pod 'SDWebImage','~>4.4.6' | 78 | + pod 'Qiniu', '7.2.5' |
| 79 | + pod 'lottie-ios','2.5.0' | ||
| 80 | + pod 'SDWebImage','4.4.6' | ||
| 82 | pod 'SDWebImage/WebP' | 81 | pod 'SDWebImage/WebP' |
| 83 | pod 'SDWebImage/GIF' | 82 | pod 'SDWebImage/GIF' |
| 84 | pod 'WechatOpenSDK'#_NoPay | 83 | pod 'WechatOpenSDK'#_NoPay |
| 85 | - pod 'BaiduMapKit', '~> 4.3.2' | ||
| 86 | - pod 'BMKLocationKit', '~> 1.6.0' | 84 | +# pod 'BaiduMapKit', '~> 4.3.2' |
| 85 | +# pod 'BMKLocationKit', '~> 1.6.0' | ||
| 87 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | 86 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} |
| 88 | end | 87 | end |
| 89 | end | 88 | end |