Commit 542d2b6ff81f824ae6dd02c9c3463f5242eda9ef
1 parent
5a5e3b3d
0.0.5
Showing
7 changed files
with
8 additions
and
127 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.4' | 4 | + s.version = '0.0.5' |
| 5 | s.summary = '所有三方库版本管理' | 5 | s.summary = '所有三方库版本管理' |
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| 7 | 所有三方库版本管理组件 | 7 | 所有三方库版本管理组件 |
| @@ -128,22 +128,6 @@ Pod::Spec.new do |s| | @@ -128,22 +128,6 @@ Pod::Spec.new do |s| | ||
| 128 | scrollview.dependency 'SDCycleScrollView','~> 1.75' | 128 | scrollview.dependency 'SDCycleScrollView','~> 1.75' |
| 129 | scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' | 129 | scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' |
| 130 | end | 130 | end |
| 131 | - s.subspec 'mob_sharesdk' do |share| | ||
| 132 | - share.dependency 'mob_sharesdk', '~> 4.1.4' | ||
| 133 | - share.source_files = 'CNLiveTripartiteManagement/Classes/mob_sharesdk/*' | ||
| 134 | - end | ||
| 135 | - s.subspec 'ShareSDKPlatformsQQ' do |qq| | ||
| 136 | - qq.dependency 'mob_sharesdk/ShareSDKPlatforms/QQ' | ||
| 137 | - qq.source_files = 'CNLiveTripartiteManagement/Classes/ShareSDKPlatformsQQ/*' | ||
| 138 | - end | ||
| 139 | - s.subspec 'ShareSDKPlatformsSinaWeibo' do |weibo| | ||
| 140 | - weibo.dependency 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo' | ||
| 141 | - weibo.source_files = 'CNLiveTripartiteManagement/Classes/ShareSDKPlatformsSinaWeibo/*' | ||
| 142 | - end | ||
| 143 | - s.subspec 'ShareSDKPlatformsWeChat' do |weChat| | ||
| 144 | - weChat.dependency 'mob_sharesdk/ShareSDKPlatforms/WeChatFull' | ||
| 145 | - weChat.source_files = 'CNLiveTripartiteManagement/Classes/ShareSDKPlatformsWeChat/*' | ||
| 146 | - end | ||
| 147 | s.subspec 'Qiniu' do |qiniu| | 131 | s.subspec 'Qiniu' do |qiniu| |
| 148 | qiniu.dependency 'Qiniu', '~> 7.1' | 132 | qiniu.dependency 'Qiniu', '~> 7.1' |
| 149 | qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*' | 133 | qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*' |
| @@ -164,6 +148,10 @@ Pod::Spec.new do |s| | @@ -164,6 +148,10 @@ Pod::Spec.new do |s| | ||
| 164 | imagegif.dependency 'SDWebImage/GIF' | 148 | imagegif.dependency 'SDWebImage/GIF' |
| 165 | imagegif.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImageGIF/*' | 149 | imagegif.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImageGIF/*' |
| 166 | end | 150 | end |
| 151 | + s.subspec 'WechatOpenSDK' do |wechatOpen| | ||
| 152 | + wechatOpen.dependency 'WechatOpenSDK'#_NoPay | ||
| 153 | + wechatOpen.source_files = 'CNLiveTripartiteManagement/Classes/WechatOpenSDK/*' | ||
| 154 | + end | ||
| 167 | #s.public_header_files = 'Pod/Classes/**/*.h' | 155 | #s.public_header_files = 'Pod/Classes/**/*.h' |
| 168 | s.frameworks = 'UIKit', 'Foundation' | 156 | s.frameworks = 'UIKit', 'Foundation' |
| 169 | # s.dependency 'AFNetworking','~> 3.2.1' | 157 | # s.dependency 'AFNetworking','~> 3.2.1' |
CNLiveTripartiteManagement/Classes/ShareSDKPlatformsSinaWeibo/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/ShareSDKPlatformsWeChat/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/ShareSDKPlatformsQQ/README.md renamed to CNLiveTripartiteManagement/Classes/WechatOpenSDK/README.md
CNLiveTripartiteManagement/Classes/mob_sharesdk/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. |
Example/CNLiveTripartiteManagement.xcodeproj/project.pbxproj
| @@ -332,16 +332,12 @@ | @@ -332,16 +332,12 @@ | ||
| 332 | inputPaths = ( | 332 | inputPaths = ( |
| 333 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh", | 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}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle", |
| 335 | - "${PODS_ROOT}/mob_sharesdk/SDK/ShareSDK/Support/Required/ShareSDK.bundle", | ||
| 336 | - "${PODS_ROOT}/mob_sharesdk/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle", | ||
| 337 | ); | 335 | ); |
| 338 | name = "[CP] Copy Pods Resources"; | 336 | name = "[CP] Copy Pods Resources"; |
| 339 | outputFileListPaths = ( | 337 | outputFileListPaths = ( |
| 340 | ); | 338 | ); |
| 341 | outputPaths = ( | 339 | outputPaths = ( |
| 342 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", | 340 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", |
| 343 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ShareSDK.bundle", | ||
| 344 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle", | ||
| 345 | ); | 341 | ); |
| 346 | runOnlyForDeploymentPostprocessing = 0; | 342 | runOnlyForDeploymentPostprocessing = 0; |
| 347 | shellPath = /bin/sh; | 343 | shellPath = /bin/sh; |
| @@ -534,16 +530,12 @@ | @@ -534,16 +530,12 @@ | ||
| 534 | inputPaths = ( | 530 | inputPaths = ( |
| 535 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | 531 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", |
| 536 | "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle", | 532 | "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle", |
| 537 | - "${PODS_ROOT}/mob_sharesdk/SDK/ShareSDK/Support/Required/ShareSDK.bundle", | ||
| 538 | - "${PODS_ROOT}/mob_sharesdk/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle", | ||
| 539 | ); | 533 | ); |
| 540 | name = "[CP] Copy Pods Resources"; | 534 | name = "[CP] Copy Pods Resources"; |
| 541 | outputFileListPaths = ( | 535 | outputFileListPaths = ( |
| 542 | ); | 536 | ); |
| 543 | outputPaths = ( | 537 | outputPaths = ( |
| 544 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", | 538 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle", |
| 545 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ShareSDK.bundle", | ||
| 546 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle", | ||
| 547 | ); | 539 | ); |
| 548 | runOnlyForDeploymentPostprocessing = 0; | 540 | runOnlyForDeploymentPostprocessing = 0; |
| 549 | shellPath = /bin/sh; | 541 | shellPath = /bin/sh; |
Example/Podfile
| @@ -32,19 +32,13 @@ target 'CNLiveTripartiteManagement_Example' do | @@ -32,19 +32,13 @@ target 'CNLiveTripartiteManagement_Example' do | ||
| 32 | pod 'GPUImage', '~> 0.1.7' | 32 | pod 'GPUImage', '~> 0.1.7' |
| 33 | pod 'SDAutoLayout', '~> 2.2.1' | 33 | pod 'SDAutoLayout', '~> 2.2.1' |
| 34 | pod 'SDCycleScrollView','~> 1.75' | 34 | pod 'SDCycleScrollView','~> 1.75' |
| 35 | - pod 'mob_sharesdk', '~> 4.1.4' | ||
| 36 | |||
| 37 | - pod 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4' | ||
| 38 | - #微博 | ||
| 39 | - pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4' | ||
| 40 | - #微信 | ||
| 41 | - pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4' | ||
| 42 | #七牛 | 35 | #七牛 |
| 43 | pod 'Qiniu', '~> 7.1' | 36 | pod 'Qiniu', '~> 7.1' |
| 44 | pod 'lottie-ios','~> 2.5.0' | 37 | pod 'lottie-ios','~> 2.5.0' |
| 45 | pod 'SDWebImage','~>4.4.6' | 38 | pod 'SDWebImage','~>4.4.6' |
| 46 | pod 'SDWebImage/WebP' | 39 | pod 'SDWebImage/WebP' |
| 47 | pod 'SDWebImage/GIF' | 40 | pod 'SDWebImage/GIF' |
| 41 | + pod 'WechatOpenSDK'#_NoPay | ||
| 48 | #依赖三方私有库,如果里面有.a的时候加上这个 | 42 | #依赖三方私有库,如果里面有.a的时候加上这个 |
| 49 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | 43 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} |
| 50 | end | 44 | end |
| @@ -77,20 +71,14 @@ target 'CNLiveTripartiteManagement_Example' do | @@ -77,20 +71,14 @@ target 'CNLiveTripartiteManagement_Example' do | ||
| 77 | pod 'FLAnimatedImage', '~> 1.0.12' | 71 | pod 'FLAnimatedImage', '~> 1.0.12' |
| 78 | pod 'GPUImage', '~> 0.1.7' | 72 | pod 'GPUImage', '~> 0.1.7' |
| 79 | pod 'SDAutoLayout', '~> 2.2.1' | 73 | pod 'SDAutoLayout', '~> 2.2.1' |
| 80 | - pod 'SDCycleScrollView','~> 1.75' | ||
| 81 | - pod 'mob_sharesdk', '~> 4.1.4' | ||
| 82 | |||
| 83 | - pod 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4' | ||
| 84 | - #微博 | ||
| 85 | - pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4' | ||
| 86 | - #微信 | ||
| 87 | - pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4' | 74 | + pod 'SDCycleScrollView','~> 1.75' |
| 88 | #七牛 | 75 | #七牛 |
| 89 | pod 'Qiniu', '~> 7.1' | 76 | pod 'Qiniu', '~> 7.1' |
| 90 | pod 'lottie-ios','~> 2.5.0' | 77 | pod 'lottie-ios','~> 2.5.0' |
| 91 | pod 'SDWebImage','~>4.4.6' | 78 | pod 'SDWebImage','~>4.4.6' |
| 92 | pod 'SDWebImage/WebP' | 79 | pod 'SDWebImage/WebP' |
| 93 | pod 'SDWebImage/GIF' | 80 | pod 'SDWebImage/GIF' |
| 81 | + pod 'WechatOpenSDK'#_NoPay | ||
| 94 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | 82 | pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} |
| 95 | end | 83 | end |
| 96 | end | 84 | end |