Commit 8a0af18ded01041dc64f97477e6137c22d32872e

Authored by yinqiaojuan
1 parent 76eae43c

0.1.5

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.1.4' 4 + s.version = '0.1.5'
5 s.summary = '所有三方库版本管理' 5 s.summary = '所有三方库版本管理'
6 s.description = <<-DESC 6 s.description = <<-DESC
7 所有三方库版本管理组件 7 所有三方库版本管理组件
@@ -20,130 +20,109 @@ Pod::Spec.new do |s| @@ -20,130 +20,109 @@ Pod::Spec.new do |s|
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|  
24 - yykit.dependency 'YYKit', '1.0.9'  
25 - yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*' 23 + s.subspec 'BaiduMapKit' do |map|
  24 + map.dependency 'BaiduMapKit', '4.4.2'
  25 + map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*'
26 end 26 end
27 - s.subspec 'MJRefresh' do |refresh|  
28 - refresh.dependency 'MJRefresh', '3.2.0'  
29 - refresh.source_files = 'CNLiveTripartiteManagement/Classes/MJRefresh/*' 27 + s.subspec 'BMKLocationKit' do |location|
  28 + location.dependency 'BMKLocationKit', '1.7.0'
  29 + location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*'
30 end 30 end
31 - s.subspec 'Masonry' do |masonry|  
32 - masonry.dependency 'Masonry', '1.0.2'  
33 - masonry.source_files = 'CNLiveTripartiteManagement/Classes/Masonry/*' 31 + s.subspec 'FLAnimatedImage' do |flImage|
  32 + flImage.dependency 'FLAnimatedImage', '1.0.12'
  33 + flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*'
34 end 34 end
35 - #s.subspec 'Realm' do |realm|  
36 - #realm.dependency 'Realm', '3.14.2'  
37 - #realm.source_files = 'CNLiveTripartiteManagement/Classes/Realm/*'  
38 - #end  
39 s.subspec 'FMDB' do |fmdb| 35 s.subspec 'FMDB' do |fmdb|
40 fmdb.dependency 'FMDB', '2.7.5' 36 fmdb.dependency 'FMDB', '2.7.5'
41 fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' 37 fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*'
42 end 38 end
43 - s.subspec 'QMUIKit' do |qmuikit|  
44 - qmuikit.dependency 'QMUIKit', '3.1.9'  
45 - qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*'  
46 - end  
47 - #s.subspec 'tingyunApp' do |tingyun|  
48 - # tingyun.dependency 'tingyunApp', '2.13.2'  
49 - #tingyun.source_files = 'CNLiveTripartiteManagement/Classes/tingyunApp/*'  
50 - #end  
51 - s.subspec 'WebViewJavascriptBridge' do |bridge|  
52 - bridge.dependency 'WebViewJavascriptBridge', '6.0.3'  
53 - bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*' 39 + s.subspec 'GPUImage' do |gpuImage|
  40 + gpuImage.dependency 'GPUImage', '0.1.7'
  41 + gpuImage.source_files = 'CNLiveTripartiteManagement/Classes/GPUImage/*'
54 end 42 end
55 s.subspec 'Ks3SDK' do |ks3| 43 s.subspec 'Ks3SDK' do |ks3|
56 ks3.dependency 'Ks3SDK', '2.1.2' 44 ks3.dependency 'Ks3SDK', '2.1.2'
57 ks3.source_files = 'CNLiveTripartiteManagement/Classes/Ks3SDK/*' 45 ks3.source_files = 'CNLiveTripartiteManagement/Classes/Ks3SDK/*'
58 end 46 end
59 - s.subspec 'RSKImageCropper' do |cropper|  
60 - cropper.dependency 'RSKImageCropper', '2.2.1'  
61 - cropper.source_files = 'CNLiveTripartiteManagement/Classes/RSKImageCropper/*'  
62 - end  
63 s.subspec 'libksygpulive_ks3' do |ksy| 47 s.subspec 'libksygpulive_ks3' do |ksy|
64 ksy.dependency 'libksygpulive_ks3', '3.0.4' 48 ksy.dependency 'libksygpulive_ks3', '3.0.4'
65 ksy.source_files = 'CNLiveTripartiteManagement/Classes/libksygpulive_ks3/*' 49 ksy.source_files = 'CNLiveTripartiteManagement/Classes/libksygpulive_ks3/*'
66 end 50 end
  51 + s.subspec 'lottie-ios' do |lottie|
  52 + lottie.dependency 'lottie-ios','2.5.0'
  53 + lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*'
  54 + end
  55 + s.subspec 'Masonry' do |masonry|
  56 + masonry.dependency 'Masonry', '1.0.2'
  57 + masonry.source_files = 'CNLiveTripartiteManagement/Classes/Masonry/*'
  58 + end
  59 + s.subspec 'MBProgressHUD' do |hud|
  60 + hud.dependency 'MBProgressHUD','1.1.0'
  61 + hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*'
  62 + end
  63 + s.subspec 'MJExtension' do |extension|
  64 + extension.dependency 'MJExtension','3.0.17'
  65 + extension.source_files = 'CNLiveTripartiteManagement/Classes/MJExtension/*'
  66 + end
  67 + s.subspec 'MJRefresh' do |refresh|
  68 + refresh.dependency 'MJRefresh', '3.2.0'
  69 + refresh.source_files = 'CNLiveTripartiteManagement/Classes/MJRefresh/*'
  70 + end
67 s.subspec 'PGDatePicker' do |picker| 71 s.subspec 'PGDatePicker' do |picker|
68 picker.dependency 'PGDatePicker', '2.6.9' 72 picker.dependency 'PGDatePicker', '2.6.9'
69 picker.source_files = 'CNLiveTripartiteManagement/Classes/PGDatePicker/*' 73 picker.source_files = 'CNLiveTripartiteManagement/Classes/PGDatePicker/*'
70 end 74 end
71 - s.subspec 'SGPagingView' do |page|  
72 - page.dependency 'SGPagingView', '1.6.1'  
73 - page.source_files = 'CNLiveTripartiteManagement/Classes/SGPagingView/*' 75 + s.subspec 'PLPlayerKit' do |playerKit|
  76 + playerKit.dependency 'PLPlayerKit','~>3.4.1'
  77 + playerKit.source_files = 'CNLiveTripartiteManagement/Classes/PLPlayerKit/*'
74 end 78 end
75 s.subspec 'PLShortVideoKit' do |video| 79 s.subspec 'PLShortVideoKit' do |video|
76 video.dependency 'PLShortVideoKit','2.0.0' 80 video.dependency 'PLShortVideoKit','2.0.0'
77 video.source_files = 'CNLiveTripartiteManagement/Classes/PLShortVideoKit/*' 81 video.source_files = 'CNLiveTripartiteManagement/Classes/PLShortVideoKit/*'
78 end 82 end
79 - s.subspec 'PLPlayerKit' do |playerKit|  
80 - playerKit.dependency 'PLPlayerKit','~>3.4.1'  
81 - playerKit.source_files = 'CNLiveTripartiteManagement/Classes/PLPlayerKit/*'  
82 - end  
83 - s.subspec 'SSZipArchive' do |zip|  
84 - zip.dependency 'SSZipArchive','2.1.5'  
85 - zip.source_files = 'CNLiveTripartiteManagement/Classes/SSZipArchive/*' 83 + s.subspec 'Qiniu' do |qiniu|
  84 + qiniu.dependency 'Qiniu', '7.2.5'
  85 + qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*'
86 end 86 end
87 - s.subspec 'TXLiteAVSDK_TRTC' do |lite|  
88 - lite.dependency 'TXLiteAVSDK_TRTC','6.3.7088'  
89 - lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*' 87 + s.subspec 'QMUIKit' do |qmuikit|
  88 + qmuikit.dependency 'QMUIKit', '3.1.9'
  89 + qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*'
90 end 90 end
91 - s.subspec 'MJExtension' do |extension|  
92 - extension.dependency 'MJExtension','3.0.17'  
93 - extension.source_files = 'CNLiveTripartiteManagement/Classes/MJExtension/*' 91 + s.subspec 'RSKImageCropper' do |cropper|
  92 + cropper.dependency 'RSKImageCropper', '2.2.1'
  93 + cropper.source_files = 'CNLiveTripartiteManagement/Classes/RSKImageCropper/*'
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|  
100 - hud.dependency 'MBProgressHUD','1.1.0'  
101 - hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*'  
102 - end  
103 -  
104 - s.subspec 'BaiduMapKit' do |map|  
105 - map.dependency 'BaiduMapKit', '4.4.2'  
106 - map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*'  
107 - end  
108 - s.subspec 'BMKLocationKit' do |location|  
109 - location.dependency 'BMKLocationKit', '1.7.0'  
110 - location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*'  
111 - end  
112 - s.subspec 'FLAnimatedImage' do |flImage|  
113 - flImage.dependency 'FLAnimatedImage', '1.0.12'  
114 - flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*'  
115 - end  
116 - s.subspec 'GPUImage' do |gpuImage|  
117 - gpuImage.dependency 'GPUImage', '0.1.7'  
118 - gpuImage.source_files = 'CNLiveTripartiteManagement/Classes/GPUImage/*'  
119 - end  
120 s.subspec 'SDAutoLayout' do |layout| 99 s.subspec 'SDAutoLayout' do |layout|
121 layout.dependency 'SDAutoLayout', '2.2.1' 100 layout.dependency 'SDAutoLayout', '2.2.1'
122 layout.source_files = 'CNLiveTripartiteManagement/Classes/SDAutoLayout/*' 101 layout.source_files = 'CNLiveTripartiteManagement/Classes/SDAutoLayout/*'
123 end 102 end
124 s.subspec 'SDCycleScrollView' do |scrollview| 103 s.subspec 'SDCycleScrollView' do |scrollview|
125 - scrollview.dependency 'SDCycleScrollView',' ~> 1.75' 104 + scrollview.dependency 'SDCycleScrollView','~> 1.80'
126 scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' 105 scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*'
127 end 106 end
128 - s.subspec 'Qiniu' do |qiniu|  
129 - qiniu.dependency 'Qiniu', '7.2.5'  
130 - qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*'  
131 - end  
132 - s.subspec 'lottie-ios' do |lottie|  
133 - lottie.dependency 'lottie-ios','2.5.0'  
134 - lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*'  
135 - end  
136 s.subspec 'SDWebImage' do |webimage| 107 s.subspec 'SDWebImage' do |webimage|
137 - webimage.dependency 'SDWebImage','~> 4.4.6' 108 + webimage.dependency 'SDWebImage','~> 5.1.0'
138 webimage.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImage/*' 109 webimage.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImage/*'
139 end 110 end
140 - s.subspec 'SDWebImageWebP' do |webp|  
141 - webp.dependency 'SDWebImage/WebP'  
142 - webp.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImageWebP/*' 111 + s.subspec 'SGPagingView' do |page|
  112 + page.dependency 'SGPagingView', '1.6.1'
  113 + page.source_files = 'CNLiveTripartiteManagement/Classes/SGPagingView/*'
143 end 114 end
144 - s.subspec 'SDWebImageGIF' do |imagegif|  
145 - imagegif.dependency 'SDWebImage/GIF'  
146 - imagegif.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImageGIF/*' 115 + s.subspec 'SSZipArchive' do |zip|
  116 + zip.dependency 'SSZipArchive','2.1.5'
  117 + zip.source_files = 'CNLiveTripartiteManagement/Classes/SSZipArchive/*'
  118 + end
  119 + s.subspec 'TXLiteAVSDK_TRTC' do |lite|
  120 + lite.dependency 'TXLiteAVSDK_TRTC','6.3.7088'
  121 + lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*'
  122 + end
  123 + s.subspec 'WebViewJavascriptBridge' do |bridge|
  124 + bridge.dependency 'WebViewJavascriptBridge', '6.0.3'
  125 + bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*'
147 end 126 end
148 s.subspec 'WechatOpenSDK' do |wechatOpen| 127 s.subspec 'WechatOpenSDK' do |wechatOpen|
149 wechatOpen.dependency 'WechatOpenSDK'#_NoPay 128 wechatOpen.dependency 'WechatOpenSDK'#_NoPay
@@ -153,6 +132,10 @@ Pod::Spec.new do |s| @@ -153,6 +132,10 @@ Pod::Spec.new do |s|
153 weibo.dependency 'Weibo_SDK' 132 weibo.dependency 'Weibo_SDK'
154 weibo.source_files = 'CNLiveTripartiteManagement/Classes/WeiboSDK/*' 133 weibo.source_files = 'CNLiveTripartiteManagement/Classes/WeiboSDK/*'
155 end 134 end
  135 + s.subspec 'YYKit' do |yykit|
  136 + yykit.dependency 'YYKit', '1.0.9'
  137 + yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*'
  138 + end
156 #s.public_header_files = 'Pod/Classes/**/*.h' 139 #s.public_header_files = 'Pod/Classes/**/*.h'
157 s.frameworks = 'UIKit', 'Foundation' 140 s.frameworks = 'UIKit', 'Foundation'
158 # s.dependency 'AFNetworking','~> 3.2.1' 141 # s.dependency 'AFNetworking','~> 3.2.1'
CNLiveTripartiteManagement/Classes/AMap3DMap-NO-IDFA/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/AMapLocation-NO-IDFA/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/AMapSearch-NO-IDFA/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/Realm/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/SDWebImageGIF/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/SDWebImageWebP/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/tingyunApp/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
@@ -227,6 +227,8 @@ @@ -227,6 +227,8 @@
227 6003F5AA195388D20070C39A /* Sources */, 227 6003F5AA195388D20070C39A /* Sources */,
228 6003F5AB195388D20070C39A /* Frameworks */, 228 6003F5AB195388D20070C39A /* Frameworks */,
229 6003F5AC195388D20070C39A /* Resources */, 229 6003F5AC195388D20070C39A /* Resources */,
  230 + 019B23FD2264E2D6B7794007 /* [CP] Embed Pods Frameworks */,
  231 + 952FCFBF49EDE482D2A9C1A2 /* [CP] Copy Pods Resources */,
230 ); 232 );
231 buildRules = ( 233 buildRules = (
232 ); 234 );
@@ -298,6 +300,76 @@ @@ -298,6 +300,76 @@
298 /* End PBXResourcesBuildPhase section */ 300 /* End PBXResourcesBuildPhase section */
299 301
300 /* Begin PBXShellScriptBuildPhase section */ 302 /* Begin PBXShellScriptBuildPhase section */
  303 + 019B23FD2264E2D6B7794007 /* [CP] Embed Pods Frameworks */ = {
  304 + isa = PBXShellScriptBuildPhase;
  305 + buildActionMask = 2147483647;
  306 + files = (
  307 + );
  308 + inputPaths = (
  309 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh",
  310 + "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
  311 + "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
  312 + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
  313 + "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
  314 + "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
  315 + "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
  316 + "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework",
  317 + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
  318 + "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework",
  319 + "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  320 + "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
  321 + "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework",
  322 + "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework",
  323 + "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework",
  324 + "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework",
  325 + "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework",
  326 + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
  327 + "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework",
  328 + "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
  329 + "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework",
  330 + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
  331 + "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework",
  332 + "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
  333 + "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
  334 + "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
  335 + "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework",
  336 + "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework",
  337 + );
  338 + name = "[CP] Embed Pods Frameworks";
  339 + outputPaths = (
  340 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
  341 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
  342 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
  343 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
  344 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
  345 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
  346 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework",
  347 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
  348 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework",
  349 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  350 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",
  351 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework",
  352 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework",
  353 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework",
  354 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework",
  355 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework",
  356 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
  357 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework",
  358 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
  359 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework",
  360 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  361 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework",
  362 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
  363 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
  364 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
  365 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework",
  366 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework",
  367 + );
  368 + runOnlyForDeploymentPostprocessing = 0;
  369 + shellPath = /bin/sh;
  370 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh\"\n";
  371 + showEnvVarsInLog = 0;
  372 + };
301 08FDD43F3DA850C51E704464 /* [CP] Check Pods Manifest.lock */ = { 373 08FDD43F3DA850C51E704464 /* [CP] Check Pods Manifest.lock */ = {
302 isa = PBXShellScriptBuildPhase; 374 isa = PBXShellScriptBuildPhase;
303 buildActionMask = 2147483647; 375 buildActionMask = 2147483647;
@@ -366,7 +438,6 @@ @@ -366,7 +438,6 @@
366 "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", 438 "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework",
367 "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework", 439 "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework",
368 "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", 440 "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
369 - "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",  
370 "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", 441 "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework",
371 "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", 442 "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
372 "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", 443 "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework",
@@ -376,7 +447,6 @@ @@ -376,7 +447,6 @@
376 "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", 447 "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
377 "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", 448 "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
378 "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework", 449 "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework",
379 - "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",  
380 "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", 450 "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework",
381 ); 451 );
382 name = "[CP] Embed Pods Frameworks"; 452 name = "[CP] Embed Pods Frameworks";
@@ -398,7 +468,6 @@ @@ -398,7 +468,6 @@
398 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", 468 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework",
399 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework", 469 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework",
400 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", 470 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
401 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",  
402 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", 471 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework",
403 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", 472 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
404 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", 473 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework",
@@ -408,7 +477,6 @@ @@ -408,7 +477,6 @@
408 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", 477 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
409 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", 478 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
410 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework", 479 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework",
411 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",  
412 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", 480 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework",
413 ); 481 );
414 runOnlyForDeploymentPostprocessing = 0; 482 runOnlyForDeploymentPostprocessing = 0;
@@ -416,6 +484,26 @@ @@ -416,6 +484,26 @@
416 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; 484 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n";
417 showEnvVarsInLog = 0; 485 showEnvVarsInLog = 0;
418 }; 486 };
  487 + 952FCFBF49EDE482D2A9C1A2 /* [CP] Copy Pods Resources */ = {
  488 + isa = PBXShellScriptBuildPhase;
  489 + buildActionMask = 2147483647;
  490 + files = (
  491 + );
  492 + inputPaths = (
  493 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh",
  494 + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle",
  495 + "${PODS_ROOT}/Weibo_SDK/libWeiboSDK/WeiboSDK.bundle",
  496 + );
  497 + name = "[CP] Copy Pods Resources";
  498 + outputPaths = (
  499 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle",
  500 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle",
  501 + );
  502 + runOnlyForDeploymentPostprocessing = 0;
  503 + shellPath = /bin/sh;
  504 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh\"\n";
  505 + showEnvVarsInLog = 0;
  506 + };
419 99546447259310926CF0DACA /* [CP] Copy Pods Resources */ = { 507 99546447259310926CF0DACA /* [CP] Copy Pods Resources */ = {
420 isa = PBXShellScriptBuildPhase; 508 isa = PBXShellScriptBuildPhase;
421 buildActionMask = 2147483647; 509 buildActionMask = 2147483647;
@@ -424,10 +512,12 @@ @@ -424,10 +512,12 @@
424 inputPaths = ( 512 inputPaths = (
425 "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", 513 "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh",
426 "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", 514 "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle",
  515 + "${PODS_ROOT}/Weibo_SDK/libWeiboSDK/WeiboSDK.bundle",
427 ); 516 );
428 name = "[CP] Copy Pods Resources"; 517 name = "[CP] Copy Pods Resources";
429 outputPaths = ( 518 outputPaths = (
430 "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", 519 "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle",
  520 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle",
431 ); 521 );
432 runOnlyForDeploymentPostprocessing = 0; 522 runOnlyForDeploymentPostprocessing = 0;
433 shellPath = /bin/sh; 523 shellPath = /bin/sh;
Example/Podfile
@@ -4,86 +4,72 @@ platform :ios, &#39;9.0&#39; @@ -4,86 +4,72 @@ platform :ios, &#39;9.0&#39;
4 4
5 target 'CNLiveTripartiteManagement_Example' do 5 target 'CNLiveTripartiteManagement_Example' do
6 pod 'CNLiveTripartiteManagement', :path => '../' 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  
42 - # pod 'BaiduMapKit', '~> 4.3.2'  
43 - # pod 'BMKLocationKit', '~> 1.6.0' 7 + pod 'AFNetworking','3.2.1'
  8 + pod 'BaiduMapKit', '4.4.2'
  9 + pod 'BMKLocationKit', '1.7.0'
  10 + pod 'FLAnimatedImage', '1.0.12'
  11 + pod 'FMDB', '2.7.5'
  12 + pod 'GPUImage', '0.1.7'
  13 + pod 'Ks3SDK', '2.1.2'
  14 + pod 'libksygpulive_ks3', '3.0.4'
  15 + pod 'lottie-ios','2.5.0'
  16 + pod 'Masonry', '1.0.2'
  17 + pod 'MBProgressHUD','1.1.0'
  18 + pod 'MJExtension','3.0.17'
  19 + pod 'MJRefresh', '3.2.0'
  20 + pod 'PGDatePicker', '2.6.9'
  21 + pod 'PLPlayerKit','~>3.4.1'
  22 + pod 'Qiniu', '7.2.5'
  23 + pod 'QMUIKit', '3.1.9'
  24 + pod 'RSKImageCropper', '2.2.1'
  25 + pod 'SAMKeychain','1.5.3'
  26 + pod 'SDAutoLayout', '2.2.1'
  27 + pod 'SDCycleScrollView','~> 1.80'
  28 + pod 'SDWebImage','~> 5.1.0'
  29 + pod 'SGPagingView', '1.6.1'
  30 + pod 'SSZipArchive','2.1.5'
  31 + pod 'TXLiteAVSDK_TRTC','6.3.7088'
  32 + pod 'WebViewJavascriptBridge', '6.0.3'
  33 + pod 'WechatOpenSDK'
  34 + pod 'Weibo_SDK'
  35 + pod 'YYKit', '1.0.9'
  36 +
44 #依赖三方私有库,如果里面有.a的时候加上这个 37 #依赖三方私有库,如果里面有.a的时候加上这个
45 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} 38 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
46 end 39 end
47 40
48 target 'CNLiveTripartiteManagement_Tests' do 41 target 'CNLiveTripartiteManagement_Tests' do
49 inherit! :search_paths 42 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.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  
85 -# pod 'BaiduMapKit', '~> 4.3.2'  
86 -# pod 'BMKLocationKit', '~> 1.6.0' 43 + pod 'CNLiveTripartiteManagement', :path => '../'
  44 + pod 'AFNetworking','3.2.1'
  45 + pod 'BaiduMapKit', '4.4.2'
  46 + pod 'BMKLocationKit', '1.7.0'
  47 + pod 'FLAnimatedImage', '1.0.12'
  48 + pod 'FMDB', '2.7.5'
  49 + pod 'GPUImage', '0.1.7'
  50 + pod 'Ks3SDK', '2.1.2'
  51 + pod 'libksygpulive_ks3', '3.0.4'
  52 + pod 'lottie-ios','2.5.0'
  53 + pod 'Masonry', '1.0.2'
  54 + pod 'MBProgressHUD','1.1.0'
  55 + pod 'MJExtension','3.0.17'
  56 + pod 'MJRefresh', '3.2.0'
  57 + pod 'PGDatePicker', '2.6.9'
  58 + pod 'PLPlayerKit','~>3.4.1'
  59 + pod 'Qiniu', '7.2.5'
  60 + pod 'QMUIKit', '3.1.9'
  61 + pod 'RSKImageCropper', '2.2.1'
  62 + pod 'SAMKeychain','1.5.3'
  63 + pod 'SDAutoLayout', '2.2.1'
  64 + pod 'SDCycleScrollView','~> 1.80'
  65 + pod 'SDWebImage','~> 5.1.0'
  66 + pod 'SGPagingView', '1.6.1'
  67 + pod 'SSZipArchive','2.1.5'
  68 + pod 'TXLiteAVSDK_TRTC','6.3.7088'
  69 + pod 'WebViewJavascriptBridge', '6.0.3'
  70 + pod 'WechatOpenSDK'
  71 + pod 'Weibo_SDK'
  72 + pod 'YYKit', '1.0.9'
87 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} 73 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
88 end 74 end
89 end 75 end