Commit c260e9d15ecf3707466a06b6202d0f999b120ba4
1 parent
40f3a0a0
0.0.5
Showing
6 changed files
with
104 additions
and
121 deletions
CNLiveTripartiteManagement.podspec
| 1 | 1 | |
| 2 | 2 | Pod::Spec.new do |s| |
| 3 | 3 | s.name = 'CNLiveTripartiteManagement' |
| 4 | - s.version = '0.0.6' | |
| 4 | + s.version = '0.0.5' | |
| 5 | 5 | s.summary = '所有三方库版本管理' |
| 6 | 6 | s.description = <<-DESC |
| 7 | 7 | 所有三方库版本管理组件 |
| ... | ... | @@ -100,18 +100,26 @@ 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 | |
| 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 | |
| 115 | 123 | s.subspec 'FLAnimatedImage' do |flImage| |
| 116 | 124 | flImage.dependency 'FLAnimatedImage', '~> 1.0.12' |
| 117 | 125 | flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*' | ... | ... |
CNLiveTripartiteManagement/Classes/AMapSearch-NO-IDFA/README.md deleted
100644 → 0
| 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. |
CNLiveTripartiteManagement/Classes/AMap3DMap-NO-IDFA/README.md renamed to CNLiveTripartiteManagement/Classes/BMKLocationKit/README.md
CNLiveTripartiteManagement/Classes/AMapLocation-NO-IDFA/README.md renamed to CNLiveTripartiteManagement/Classes/BaiduMapKit/README.md
Example/CNLiveTripartiteManagement.xcodeproj/project.pbxproj
| ... | ... | @@ -331,13 +331,13 @@ |
| 331 | 331 | ); |
| 332 | 332 | inputPaths = ( |
| 333 | 333 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh", |
| 334 | - "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle", | |
| 334 | + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | |
| 335 | 335 | ); |
| 336 | 336 | name = "[CP] Copy Pods Resources"; |
| 337 | 337 | outputFileListPaths = ( |
| 338 | 338 | ); |
| 339 | 339 | outputPaths = ( |
| 340 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", | |
| 340 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | |
| 341 | 341 | ); |
| 342 | 342 | runOnlyForDeploymentPostprocessing = 0; |
| 343 | 343 | shellPath = /bin/sh; |
| ... | ... | @@ -529,13 +529,13 @@ |
| 529 | 529 | ); |
| 530 | 530 | inputPaths = ( |
| 531 | 531 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", |
| 532 | - "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle", | |
| 532 | + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | |
| 533 | 533 | ); |
| 534 | 534 | name = "[CP] Copy Pods Resources"; |
| 535 | 535 | outputFileListPaths = ( |
| 536 | 536 | ); |
| 537 | 537 | outputPaths = ( |
| 538 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", | |
| 538 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | |
| 539 | 539 | ); |
| 540 | 540 | runOnlyForDeploymentPostprocessing = 0; |
| 541 | 541 | shellPath = /bin/sh; | ... | ... |
Example/Podfile
| ... | ... | @@ -4,83 +4,87 @@ platform :ios, '9.0' |
| 4 | 4 | |
| 5 | 5 | target 'CNLiveTripartiteManagement_Example' do |
| 6 | 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' | |
| 35 | -# #七牛 | |
| 36 | -# pod 'Qiniu', '~> 7.1' | |
| 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 | |
| 42 | -# #依赖三方私有库,如果里面有.a的时候加上这个 | |
| 43 | -# pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | |
| 44 | -# end | |
| 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' | |
| 35 | + #七牛 | |
| 36 | + pod 'Qiniu', '~> 7.1' | |
| 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 | |
| 42 | + pod 'BaiduMapKit', '~> 4.3.2' | |
| 43 | + pod 'BMKLocationKit', '~> 1.6.0' | |
| 44 | + #依赖三方私有库,如果里面有.a的时候加上这个 | |
| 45 | + pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | |
| 46 | + end | |
| 45 | 47 | |
| 46 | 48 | target 'CNLiveTripartiteManagement_Tests' do |
| 47 | 49 | inherit! :search_paths |
| 48 | -# pod 'AFNetworking', '~> 3.2.1' | |
| 49 | -# pod 'YYKit', '~> 1.0.9' | |
| 50 | -# pod 'MJRefresh', '~> 3.2.0' | |
| 51 | -# pod 'Masonry', '~> 1.0.2' | |
| 52 | -# pod 'Realm', '~> 3.14.2' | |
| 53 | -# pod 'FMDB', '~> 2.7.5' | |
| 54 | -# pod 'QMUIKit', '~> 3.1.7' | |
| 55 | -# pod 'tingyunApp', '~> 2.13.1' | |
| 56 | -# pod 'WebViewJavascriptBridge', '~> 6.0.3' | |
| 57 | -# pod 'Ks3SDK', '~> 2.1.2' | |
| 58 | -# pod 'RSKImageCropper', '~> 2.2.1' | |
| 59 | -# pod 'libksygpulive_ks3', '~> 3.0.4' | |
| 60 | -# pod 'PGDatePicker', '~> 2.6.9' | |
| 61 | -# pod 'SGPagingView', '~> 1.6.1' | |
| 62 | -# pod 'PLShortVideoKit','~> 2.0.0' | |
| 63 | -# pod 'PLPlayerKit','~> 3.4.1' | |
| 64 | -# pod 'SSZipArchive','~> 2.1.5' | |
| 65 | -# pod 'TXLiteAVSDK_TRTC','~> 6.3.7088' | |
| 66 | -# pod 'MJExtension','~> 3.0.17' | |
| 67 | -# pod 'SAMKeychain','~> 1.5.3' | |
| 68 | -# pod 'MBProgressHUD','~> 1.1.0' | |
| 69 | -# pod 'AMap3DMap-NO-IDFA', '~> 6.8.1' | |
| 70 | -# pod 'AMapSearch-NO-IDFA', '~> 6.6.0' | |
| 71 | -# pod 'AMapLocation-NO-IDFA', '~> 2.6.2' | |
| 72 | -# pod 'FLAnimatedImage', '~> 1.0.12' | |
| 73 | -# pod 'GPUImage', '~> 0.1.7' | |
| 74 | -# pod 'SDAutoLayout', '~> 2.2.1' | |
| 75 | -# pod 'SDCycleScrollView','~> 1.75' | |
| 76 | -# #七牛 | |
| 77 | -# pod 'Qiniu', '~> 7.1' | |
| 78 | -# pod 'lottie-ios','~> 2.5.0' | |
| 79 | -# pod 'SDWebImage','~>4.4.6' | |
| 80 | -# pod 'SDWebImage/WebP' | |
| 81 | -# pod 'SDWebImage/GIF' | |
| 82 | -# pod 'WechatOpenSDK'#_NoPay | |
| 83 | -# pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | |
| 84 | -# end | |
| 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' | |
| 78 | + #七牛 | |
| 79 | + pod 'Qiniu', '~> 7.1' | |
| 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 | |
| 85 | + pod 'BaiduMapKit', '~> 4.3.2' | |
| 86 | + pod 'BMKLocationKit', '~> 1.6.0' | |
| 87 | + pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | |
| 88 | + end | |
| 85 | 89 | end |
| 86 | 90 | end | ... | ... |