Commit 542d2b6ff81f824ae6dd02c9c3463f5242eda9ef

Authored by yinqiaojuan
1 parent 5a5e3b3d

0.0.5

CNLiveTripartiteManagement.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'CNLiveTripartiteManagement'
4   - s.version = '0.0.4'
  4 + s.version = '0.0.5'
5 5 s.summary = '所有三方库版本管理'
6 6 s.description = <<-DESC
7 7 所有三方库版本管理组件
... ... @@ -128,22 +128,6 @@ Pod::Spec.new do |s|
128 128 scrollview.dependency 'SDCycleScrollView','~> 1.75'
129 129 scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*'
130 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 131 s.subspec 'Qiniu' do |qiniu|
148 132 qiniu.dependency 'Qiniu', '~> 7.1'
149 133 qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*'
... ... @@ -164,6 +148,10 @@ Pod::Spec.new do |s|
164 148 imagegif.dependency 'SDWebImage/GIF'
165 149 imagegif.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImageGIF/*'
166 150 end
  151 + s.subspec 'WechatOpenSDK' do |wechatOpen|
  152 + wechatOpen.dependency 'WechatOpenSDK'#_NoPay
  153 + wechatOpen.source_files = 'CNLiveTripartiteManagement/Classes/WechatOpenSDK/*'
  154 + end
167 155 #s.public_header_files = 'Pod/Classes/**/*.h'
168 156 s.frameworks = 'UIKit', 'Foundation'
169 157 # s.dependency 'AFNetworking','~> 3.2.1'
... ...
CNLiveTripartiteManagement/Classes/ShareSDKPlatformsSinaWeibo/README.md deleted 100644 → 0
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/ShareSDKPlatformsWeChat/README.md deleted 100644 → 0
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/ShareSDKPlatformsQQ/README.md renamed to CNLiveTripartiteManagement/Classes/WechatOpenSDK/README.md
CNLiveTripartiteManagement/Classes/mob_sharesdk/README.md deleted 100644 → 0
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
... ... @@ -332,16 +332,12 @@
332 332 inputPaths = (
333 333 "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh",
334 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 336 name = "[CP] Copy Pods Resources";
339 337 outputFileListPaths = (
340 338 );
341 339 outputPaths = (
342 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 342 runOnlyForDeploymentPostprocessing = 0;
347 343 shellPath = /bin/sh;
... ... @@ -534,16 +530,12 @@
534 530 inputPaths = (
535 531 "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh",
536 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 534 name = "[CP] Copy Pods Resources";
541 535 outputFileListPaths = (
542 536 );
543 537 outputPaths = (
544 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 540 runOnlyForDeploymentPostprocessing = 0;
549 541 shellPath = /bin/sh;
... ...
Example/Podfile
... ... @@ -32,19 +32,13 @@ target &#39;CNLiveTripartiteManagement_Example&#39; do
32 32 pod 'GPUImage', '~> 0.1.7'
33 33 pod 'SDAutoLayout', '~> 2.2.1'
34 34 pod 'SDCycleScrollView','~> 1.75'
35   - pod 'mob_sharesdk', '~> 4.1.4'
36   - #QQ
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 36 pod 'Qiniu', '~> 7.1'
44 37 pod 'lottie-ios','~> 2.5.0'
45 38 pod 'SDWebImage','~>4.4.6'
46 39 pod 'SDWebImage/WebP'
47 40 pod 'SDWebImage/GIF'
  41 + pod 'WechatOpenSDK'#_NoPay
48 42 #依赖三方私有库,如果里面有.a的时候加上这个
49 43 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
50 44 end
... ... @@ -77,20 +71,14 @@ target &#39;CNLiveTripartiteManagement_Example&#39; do
77 71 pod 'FLAnimatedImage', '~> 1.0.12'
78 72 pod 'GPUImage', '~> 0.1.7'
79 73 pod 'SDAutoLayout', '~> 2.2.1'
80   - pod 'SDCycleScrollView','~> 1.75'
81   - pod 'mob_sharesdk', '~> 4.1.4'
82   - #QQ
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 76 pod 'Qiniu', '~> 7.1'
90 77 pod 'lottie-ios','~> 2.5.0'
91 78 pod 'SDWebImage','~>4.4.6'
92 79 pod 'SDWebImage/WebP'
93 80 pod 'SDWebImage/GIF'
  81 + pod 'WechatOpenSDK'#_NoPay
94 82 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
95 83 end
96 84 end
... ...