Commit b6058cbea52aa8f68472c8b2b556e620a9dd30db

Authored by yinqiaojuan
1 parent 61f75a72

0.0.9

CNLiveTripartiteManagement.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'CNLiveTripartiteManagement'
4   - s.version = '0.0.8'
  4 + s.version = '0.0.9'
5 5 s.summary = '所有三方库版本管理'
6 6 s.description = <<-DESC
7 7 所有三方库版本管理组件
... ... @@ -100,26 +100,14 @@ Pod::Spec.new do |s|
100 100 hud.dependency 'MBProgressHUD','1.1.0'
101 101 hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*'
102 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 'BaiduMapKit' do |map|
  104 + map.dependency 'BaiduMapKit', '~> 4.3.2'
  105 + map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*'
  106 + end
  107 + s.subspec 'BMKLocationKit' do |location|
  108 + location.dependency 'BMKLocationKit', '~> 1.6.0'
  109 + location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*'
  110 + end
123 111 s.subspec 'FLAnimatedImage' do |flImage|
124 112 flImage.dependency 'FLAnimatedImage', '1.0.12'
125 113 flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*'
... ...
CNLiveTripartiteManagement/Classes/BMKLocationKit/README.md 0 → 100644
  1 +# CNLiveTripartiteManagement
  2 +
  3 +[![CI Status](https://img.shields.io/travis/殷巧娟/CNLiveTripartiteManagement.svg?style=flat)](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement)
  4 +[![Version](https://img.shields.io/cocoapods/v/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  5 +[![License](https://img.shields.io/cocoapods/l/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  6 +[![Platform](https://img.shields.io/cocoapods/p/CNLiveTripartiteManagement.svg?style=flat)](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.
... ...
CNLiveTripartiteManagement/Classes/BaiduMapKit/README.md 0 → 100644
  1 +# CNLiveTripartiteManagement
  2 +
  3 +[![CI Status](https://img.shields.io/travis/殷巧娟/CNLiveTripartiteManagement.svg?style=flat)](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement)
  4 +[![Version](https://img.shields.io/cocoapods/v/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  5 +[![License](https://img.shields.io/cocoapods/l/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  6 +[![Platform](https://img.shields.io/cocoapods/p/CNLiveTripartiteManagement.svg?style=flat)](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
... ... @@ -227,8 +227,6 @@
227 227 6003F5AA195388D20070C39A /* Sources */,
228 228 6003F5AB195388D20070C39A /* Frameworks */,
229 229 6003F5AC195388D20070C39A /* Resources */,
230   - DAE01F4A3EE41F4293D8C642 /* [CP] Embed Pods Frameworks */,
231   - 8562F946EAE6E127F2C91B25 /* [CP] Copy Pods Resources */,
232 230 );
233 231 buildRules = (
234 232 );
... ... @@ -331,13 +329,13 @@
331 329 );
332 330 inputPaths = (
333 331 "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh",
334   - "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle",
  332 + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle",
335 333 );
336 334 name = "[CP] Copy Pods Resources";
337 335 outputFileListPaths = (
338 336 );
339 337 outputPaths = (
340   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle",
  338 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle",
341 339 );
342 340 runOnlyForDeploymentPostprocessing = 0;
343 341 shellPath = /bin/sh;
... ... @@ -366,28 +364,6 @@
366 364 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 365 showEnvVarsInLog = 0;
368 366 };
369   - 8562F946EAE6E127F2C91B25 /* [CP] Copy Pods Resources */ = {
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-resources.sh",
378   - "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle",
379   - );
380   - name = "[CP] Copy Pods Resources";
381   - outputFileListPaths = (
382   - );
383   - outputPaths = (
384   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle",
385   - );
386   - runOnlyForDeploymentPostprocessing = 0;
387   - shellPath = /bin/sh;
388   - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh\"\n";
389   - showEnvVarsInLog = 0;
390   - };
391 367 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */ = {
392 368 isa = PBXShellScriptBuildPhase;
393 369 buildActionMask = 2147483647;
... ... @@ -398,6 +374,7 @@
398 374 inputPaths = (
399 375 "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh",
400 376 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
  377 + "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
401 378 "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
402 379 "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
403 380 "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
... ... @@ -416,6 +393,7 @@
416 393 "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
417 394 "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework",
418 395 "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
  396 + "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework",
419 397 "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
420 398 "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework",
421 399 "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
... ... @@ -430,6 +408,7 @@
430 408 );
431 409 outputPaths = (
432 410 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
  411 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
433 412 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
434 413 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
435 414 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
... ... @@ -448,6 +427,7 @@
448 427 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
449 428 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework",
450 429 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
  430 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework",
451 431 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
452 432 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework",
453 433 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
... ... @@ -462,80 +442,6 @@
462 442 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n";
463 443 showEnvVarsInLog = 0;
464 444 };
465   - DAE01F4A3EE41F4293D8C642 /* [CP] Embed Pods Frameworks */ = {
466   - isa = PBXShellScriptBuildPhase;
467   - buildActionMask = 2147483647;
468   - files = (
469   - );
470   - inputFileListPaths = (
471   - );
472   - inputPaths = (
473   - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh",
474   - "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
475   - "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
476   - "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
477   - "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
478   - "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
479   - "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework",
480   - "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
481   - "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework",
482   - "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
483   - "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
484   - "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework",
485   - "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework",
486   - "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework",
487   - "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework",
488   - "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework",
489   - "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
490   - "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
491   - "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework",
492   - "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
493   - "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
494   - "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework",
495   - "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
496   - "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
497   - "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
498   - "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework",
499   - "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
500   - "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework",
501   - );
502   - name = "[CP] Embed Pods Frameworks";
503   - outputFileListPaths = (
504   - );
505   - outputPaths = (
506   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
507   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
508   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
509   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
510   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
511   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework",
512   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
513   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework",
514   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
515   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",
516   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework",
517   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework",
518   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework",
519   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework",
520   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework",
521   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
522   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
523   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework",
524   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
525   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
526   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework",
527   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
528   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
529   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
530   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework",
531   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
532   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework",
533   - );
534   - runOnlyForDeploymentPostprocessing = 0;
535   - shellPath = /bin/sh;
536   - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh\"\n";
537   - showEnvVarsInLog = 0;
538   - };
539 445 /* End PBXShellScriptBuildPhase section */
540 446  
541 447 /* Begin PBXSourcesBuildPhase section */
... ...
Example/Podfile
... ... @@ -3,41 +3,42 @@
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 '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.2'
  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'
  35 +# #七牛
  36 +# pod 'Qiniu', '7.2.5'
  37 +# pod 'lottie-ios','2.5.0'
  38 +# # pod 'SDWebImage','~> 4.4.6'
  39 +# pod 'SDWebImage/WebP'
  40 +# pod 'SDWebImage/GIF'
  41 +# pod 'WechatOpenSDK'#_NoPay
41 42 # pod 'BaiduMapKit', '~> 4.3.2'
42 43 # pod 'BMKLocationKit', '~> 1.6.0'
43 44 #依赖三方私有库,如果里面有.a的时候加上这个
... ... @@ -46,41 +47,41 @@ target &#39;CNLiveTripartiteManagement_Example&#39; do
46 47  
47 48 target 'CNLiveTripartiteManagement_Tests' do
48 49 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
  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.2'
  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'
  78 +# #七牛
  79 +# pod 'Qiniu', '7.2.5'
  80 +# pod 'lottie-ios','2.5.0'
  81 +# # pod 'SDWebImage','~> 4.4.6'
  82 +# pod 'SDWebImage/WebP'
  83 +# pod 'SDWebImage/GIF'
  84 +# pod 'WechatOpenSDK'#_NoPay
84 85 # pod 'BaiduMapKit', '~> 4.3.2'
85 86 # pod 'BMKLocationKit', '~> 1.6.0'
86 87 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
... ...