Commit c13169bdc0b93f25a64dc83dff7371c0cacad890
1 parent
f5e02883
0.0.2
Showing
38 changed files
with
1414 additions
and
18 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.1' | 4 | + s.version = '0.0.2' |
| 5 | s.summary = '所有三方库版本管理' | 5 | s.summary = '所有三方库版本管理' |
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| 7 | 所有三方库版本管理组件 | 7 | 所有三方库版本管理组件 |
| @@ -21,10 +21,150 @@ Pod::Spec.new do |s| | @@ -21,10 +21,150 @@ Pod::Spec.new do |s| | ||
| 21 | afn.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveAFNetworking/*' | 21 | afn.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveAFNetworking/*' |
| 22 | end | 22 | end |
| 23 | s.subspec 'CNLiveYYKit' do |yykit| | 23 | s.subspec 'CNLiveYYKit' do |yykit| |
| 24 | - yykit.dependency 'YYKit' | 24 | + yykit.dependency 'YYKit', '~> 1.0.9' |
| 25 | yykit.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveYYKit/*' | 25 | yykit.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveYYKit/*' |
| 26 | end | 26 | end |
| 27 | - # s.public_header_files = 'Pod/Classes/**/*.h' | 27 | + s.subspec 'CNLiveMJRefresh' do |refresh| |
| 28 | + refresh.dependency 'MJRefresh', '~> 3.1.12' | ||
| 29 | + refresh.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveMJRefresh/*' | ||
| 30 | + end | ||
| 31 | + s.subspec 'CNLiveMasonry' do |masonry| | ||
| 32 | + masonry.dependency 'Masonry', '~> 1.0.2' | ||
| 33 | + masonry.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveMasonry/*' | ||
| 34 | + end | ||
| 35 | + s.subspec 'CNLiveRealm' do |realm| | ||
| 36 | + realm.dependency 'Realm', '~> 3.14.2' | ||
| 37 | + realm.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveRealm/*' | ||
| 38 | + end | ||
| 39 | + s.subspec 'CNLiveFMDB' do |fmdb| | ||
| 40 | + fmdb.dependency 'FMDB', '~> 2.7.5' | ||
| 41 | + fmdb.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveFMDB/*' | ||
| 42 | + end | ||
| 43 | + s.subspec 'CNLiveQMUIKit' do |qmuikit| | ||
| 44 | + qmuikit.dependency 'QMUIKit', '~> 3.1.7' | ||
| 45 | + qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveQMUIKit/*' | ||
| 46 | + end | ||
| 47 | + s.subspec 'CNLivetingyunApp' do |tingyun| | ||
| 48 | + tingyun.dependency 'tingyunApp', '~> 2.13.1' | ||
| 49 | + tingyun.source_files = 'CNLiveTripartiteManagement/Classes/CNLivetingyunApp/*' | ||
| 50 | + end | ||
| 51 | + s.subspec 'CNLiveWebViewJavascriptBridge' do |bridge| | ||
| 52 | + bridge.dependency 'WebViewJavascriptBridge', '~> 6.0.3' | ||
| 53 | + bridge.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveWebViewJavascriptBridge/*' | ||
| 54 | + end | ||
| 55 | + s.subspec 'CNLiveKs3SDK' do |ks3| | ||
| 56 | + ks3.dependency 'Ks3SDK', '~> 2.1.2' | ||
| 57 | + ks3.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveKs3SDK/*' | ||
| 58 | + end | ||
| 59 | + s.subspec 'CNLiveRSKImageCropper' do |cropper| | ||
| 60 | + cropper.dependency 'RSKImageCropper', '~> 2.2.1' | ||
| 61 | + cropper.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveRSKImageCropper/*' | ||
| 62 | + end | ||
| 63 | + s.subspec 'CNLivelibksygpulive_ks3' do |ksy| | ||
| 64 | + ksy.dependency 'libksygpulive_ks3', '~> 3.0.4' | ||
| 65 | + ksy.source_files = 'CNLiveTripartiteManagement/Classes/CNLivelibksygpulive_ks3/*' | ||
| 66 | + end | ||
| 67 | + s.subspec 'CNLivePGDatePicker' do |picker| | ||
| 68 | + picker.dependency 'PGDatePicker', '~> 2.6.9' | ||
| 69 | + picker.source_files = 'CNLiveTripartiteManagement/Classes/CNLivePGDatePicker/*' | ||
| 70 | + end | ||
| 71 | + s.subspec 'CNLiveSGPagingView' do |page| | ||
| 72 | + page.dependency 'SGPagingView', '~> 1.6.1' | ||
| 73 | + page.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSGPagingView/*' | ||
| 74 | + end | ||
| 75 | + s.subspec 'CNLivePLShortVideoKit' do |video| | ||
| 76 | + video.dependency 'PLShortVideoKit','~> 2.0.0' | ||
| 77 | + video.source_files = 'CNLiveTripartiteManagement/Classes/CNLivePLShortVideoKit/*' | ||
| 78 | + end | ||
| 79 | + s.subspec 'CNLivePLPlayerKit' do |playerKit| | ||
| 80 | + playerKit.dependency 'PLPlayerKit','~> 3.4.1' | ||
| 81 | + playerKit.source_files = 'CNLiveTripartiteManagement/Classes/CNLivePLPlayerKit/*' | ||
| 82 | + end | ||
| 83 | + s.subspec 'CNLiveSSZipArchive' do |zip| | ||
| 84 | + zip.dependency 'SSZipArchive','~> 2.1.5' | ||
| 85 | + zip.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSSZipArchive/*' | ||
| 86 | + end | ||
| 87 | + s.subspec 'CNLiveTXLiteAVSDK_TRTC' do |lite| | ||
| 88 | + lite.dependency 'TXLiteAVSDK_TRTC','~> 6.3.7088' | ||
| 89 | + lite.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveTXLiteAVSDK_TRTC/*' | ||
| 90 | + end | ||
| 91 | + s.subspec 'CNLiveMJExtension' do |extension| | ||
| 92 | + extension.dependency 'MJExtension','~> 3.0.15.1' | ||
| 93 | + extension.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveMJExtension/*' | ||
| 94 | + end | ||
| 95 | + s.subspec 'CNLiveSAMKeychain' do |chain| | ||
| 96 | + chain.dependency 'SAMKeychain','~> 1.5.3' | ||
| 97 | + chain.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSAMKeychain/*' | ||
| 98 | + end | ||
| 99 | + s.subspec 'CNLiveMBProgressHUD' do |hud| | ||
| 100 | + hud.dependency 'MBProgressHUD','~> 1.1.0' | ||
| 101 | + hud.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveMBProgressHUD/*' | ||
| 102 | + end | ||
| 103 | + s.subspec 'CNLiveAMap3DMap-NO-IDFA' do |map| | ||
| 104 | + map.dependency 'AMap3DMap-NO-IDFA', '~> 6.8.1' | ||
| 105 | + map.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveAMap3DMap-NO-IDFA/*' | ||
| 106 | + end | ||
| 107 | + s.subspec 'CNLiveAMapSearch-NO-IDFA' do |mapSearch| | ||
| 108 | + mapSearch.dependency 'AMapSearch-NO-IDFA', '~> 6.6.0' | ||
| 109 | + mapSearch.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveAMapSearch-NO-IDFA/*' | ||
| 110 | + end | ||
| 111 | + s.subspec 'CNLiveAMapLocation-NO-IDFA' do |location| | ||
| 112 | + location.dependency 'AMapLocation-NO-IDFA', '~> 2.6.2' | ||
| 113 | + location.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveAMapLocation-NO-IDFA/*' | ||
| 114 | + end | ||
| 115 | + s.subspec 'CNLiveFLAnimatedImage' do |flImage| | ||
| 116 | + flImage.dependency 'FLAnimatedImage', '~> 1.0.12' | ||
| 117 | + flImage.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveFLAnimatedImage/*' | ||
| 118 | + end | ||
| 119 | + s.subspec 'CNLiveGPUImage' do |gpuImage| | ||
| 120 | + gpuImage.dependency 'GPUImage', '~> 0.1.7' | ||
| 121 | + gpuImage.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveGPUImage/*' | ||
| 122 | + end | ||
| 123 | + s.subspec 'CNLiveSDAutoLayout' do |layout| | ||
| 124 | + layout.dependency 'SDAutoLayout', '~> 2.2.1' | ||
| 125 | + layout.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSDAutoLayout/*' | ||
| 126 | + end | ||
| 127 | + s.subspec 'CNLiveSDCycleScrollView' do |scrollview| | ||
| 128 | + scrollview.dependency 'SDCycleScrollView','~> 1.75' | ||
| 129 | + scrollview.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSDCycleScrollView/*' | ||
| 130 | + end | ||
| 131 | + s.subspec 'CNLivemob_sharesdk' do |share| | ||
| 132 | + share.dependency 'mob_sharesdk', '~> 4.1.4' | ||
| 133 | + share.source_files = 'CNLiveTripartiteManagement/Classes/CNLivemob_sharesdk/*' | ||
| 134 | + end | ||
| 135 | + s.subspec 'CNLiveShareSDKPlatformsQQ' do |qq| | ||
| 136 | + qq.dependency 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4' | ||
| 137 | + qq.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsQQ/*' | ||
| 138 | + end | ||
| 139 | + s.subspec 'CNLiveShareSDKPlatformsSinaWeibo' do |weibo| | ||
| 140 | + weibo.dependency 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4' | ||
| 141 | + weibo.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsSinaWeibo/*' | ||
| 142 | + end | ||
| 143 | + s.subspec 'CNLiveShareSDKPlatformsWeChat' do |weChat| | ||
| 144 | + weChat.dependency 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4' | ||
| 145 | + weChat.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsWeChat/*' | ||
| 146 | + end | ||
| 147 | + s.subspec 'CNLiveQiniu' do |qiniu| | ||
| 148 | + qiniu.dependency 'Qiniu', '~> 7.1' | ||
| 149 | + qiniu.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveQiniu/*' | ||
| 150 | + end | ||
| 151 | + s.subspec 'CNLivelottie-ios' do |lottie| | ||
| 152 | + lottie.dependency 'lottie-ios','~> 2.5.0' | ||
| 153 | + lottie.source_files = 'CNLiveTripartiteManagement/Classes/CNLivelottie-ios/*' | ||
| 154 | + end | ||
| 155 | + s.subspec 'CNLiveSDWebImage' do |webimage| | ||
| 156 | + webimage.dependency 'SDWebImage','~>4.4.6' | ||
| 157 | + webimage.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSDWebImage/*' | ||
| 158 | + end | ||
| 159 | + s.subspec 'CNLiveSDWebImageWebP' do |webp| | ||
| 160 | + webp.dependency 'SDWebImage/WebP' | ||
| 161 | + webp.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSDWebImageWebP/*' | ||
| 162 | + end | ||
| 163 | + s.subspec 'CNLiveSDWebImageGIF' do |imagegif| | ||
| 164 | + imagegif.dependency 'SDWebImage/GIF' | ||
| 165 | + imagegif.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveSDWebImageGIF/*' | ||
| 166 | + end | ||
| 167 | + #s.public_header_files = 'Pod/Classes/**/*.h' | ||
| 28 | s.frameworks = 'UIKit', 'Foundation' | 168 | s.frameworks = 'UIKit', 'Foundation' |
| 29 | # s.dependency 'AFNetworking','~> 3.2.1' | 169 | # s.dependency 'AFNetworking','~> 3.2.1' |
| 30 | end | 170 | end |
CNLiveTripartiteManagement/Classes/CNLiveAMap3DMap-NO-IDFA/README.md
0 → 100644
| 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/CNLiveAMapLocation-NO-IDFA/README.md
0 → 100644
| 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/CNLiveAMapSearch-NO-IDFA/README.md
0 → 100644
| 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/CNLiveFLAnimatedImage/README.md
0 → 100644
| 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/CNLiveFMDB/README.md
0 → 100644
| 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/CNLiveGPUImage/README.md
0 → 100644
| 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/CNLiveKs3SDK/README.md
0 → 100644
| 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/CNLiveMBProgressHUD/README.md
0 → 100644
| 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/CNLiveMJExtension/README.md
0 → 100644
| 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/CNLiveMJRefresh/README.md
0 → 100644
| 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/CNLiveMasonry/README.md
0 → 100644
| 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/CNLivePGDatePicker/README.md
0 → 100644
| 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/CNLivePLPlayerKit/README.md
0 → 100644
| 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/CNLivePLShortVideoKit/README.md
0 → 100644
| 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/CNLiveQMUIKit/README.md
0 → 100644
| 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/CNLiveQiniu/README.md
0 → 100644
| 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/CNLiveRSKImageCropper/README.md
0 → 100644
| 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/CNLiveRealm/README.md
0 → 100644
| 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/CNLiveSAMKeychain/README.md
0 → 100644
| 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/CNLiveSDAutoLayout/README.md
0 → 100644
| 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/CNLiveSDCycleScrollView/README.md
0 → 100644
| 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/CNLiveSDWebImage/README.md
0 → 100644
| 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/CNLiveSDWebImageGIF/README.md
0 → 100644
| 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/CNLiveSDWebImageWebP/README.md
0 → 100644
| 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/CNLiveSGPagingView/README.md
0 → 100644
| 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/CNLiveSSZipArchive/README.md
0 → 100644
| 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/CNLiveShareSDKPlatformsQQ/README.md
0 → 100644
| 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/CNLiveShareSDKPlatformsSinaWeibo/README.md
0 → 100644
| 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/CNLiveShareSDKPlatformsWeChat/README.md
0 → 100644
| 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/CNLiveTXLiteAVSDK_TRTC/README.md
0 → 100644
| 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/CNLiveWebViewJavascriptBridge/README.md
0 → 100644
| 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/CNLivelibksygpulive_ks3/README.md
0 → 100644
| 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/CNLivelottie-ios/README.md
0 → 100644
| 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/CNLivemob_sharesdk/README.md
0 → 100644
| 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/CNLivetingyunApp/README.md
0 → 100644
| 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
| @@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 53A19A0D36745448CCF21EA1 /* Pods_CNLiveTripartiteManagement_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7232FBB85E692BF21D99F7D9 /* Pods_CNLiveTripartiteManagement_Tests.framework */; }; | ||
| 10 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; | 11 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; |
| 11 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; | 12 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; |
| 12 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; | 13 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; |
| @@ -22,8 +23,7 @@ | @@ -22,8 +23,7 @@ | ||
| 22 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; | 23 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; |
| 23 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; | 24 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; |
| 24 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; | 25 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; |
| 25 | - BBB839792EA6BFE3CB68A2EA /* Pods_CNLiveTripartiteManagement_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52CD4BFF1635BD2689A90D9B /* Pods_CNLiveTripartiteManagement_Tests.framework */; }; | ||
| 26 | - DF31EA90BD3F3EDA60F55C67 /* Pods_CNLiveTripartiteManagement_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE176322F3681418C3128D08 /* Pods_CNLiveTripartiteManagement_Example.framework */; }; | 26 | + A461DB57D1673DC8FFB26F52 /* Pods_CNLiveTripartiteManagement_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C91362A6828C8FFFEB626BA /* Pods_CNLiveTripartiteManagement_Example.framework */; }; |
| 27 | /* End PBXBuildFile section */ | 27 | /* End PBXBuildFile section */ |
| 28 | 28 | ||
| 29 | /* Begin PBXContainerItemProxy section */ | 29 | /* Begin PBXContainerItemProxy section */ |
| @@ -40,7 +40,6 @@ | @@ -40,7 +40,6 @@ | ||
| 40 | 0324E066CDBB5AF45E2CB0A9 /* Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | 40 | 0324E066CDBB5AF45E2CB0A9 /* Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 41 | 099432100438B2B7B6718BCB /* Pods-CNLiveTripartiteManagement_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests.release.xcconfig"; sourceTree = "<group>"; }; | 41 | 099432100438B2B7B6718BCB /* Pods-CNLiveTripartiteManagement_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 42 | 216F31F974A1D2C247FE5F99 /* Pods-CNLiveTripartiteManagement_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example.debug.xcconfig"; sourceTree = "<group>"; }; | 42 | 216F31F974A1D2C247FE5F99 /* Pods-CNLiveTripartiteManagement_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 43 | - 52CD4BFF1635BD2689A90D9B /* Pods_CNLiveTripartiteManagement_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveTripartiteManagement_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 44 | 6003F58A195388D20070C39A /* CNLiveTripartiteManagement_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveTripartiteManagement_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 43 | 6003F58A195388D20070C39A /* CNLiveTripartiteManagement_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveTripartiteManagement_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 45 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | 44 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 46 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | 45 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| @@ -62,9 +61,10 @@ | @@ -62,9 +61,10 @@ | ||
| 62 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; }; | 61 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; }; |
| 63 | 6BC9B34E971EFA53ED4A398C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; | 62 | 6BC9B34E971EFA53ED4A398C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 64 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | 63 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 64 | + 7232FBB85E692BF21D99F7D9 /* Pods_CNLiveTripartiteManagement_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveTripartiteManagement_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 65 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | 65 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 66 | + 8C91362A6828C8FFFEB626BA /* Pods_CNLiveTripartiteManagement_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveTripartiteManagement_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 66 | 9E12ADD176F3EB76F87E6E1F /* Pods-CNLiveTripartiteManagement_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example.release.xcconfig"; sourceTree = "<group>"; }; | 67 | 9E12ADD176F3EB76F87E6E1F /* Pods-CNLiveTripartiteManagement_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveTripartiteManagement_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example.release.xcconfig"; sourceTree = "<group>"; }; |
| 67 | - CE176322F3681418C3128D08 /* Pods_CNLiveTripartiteManagement_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveTripartiteManagement_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 68 | EA2F3D21CB8CA257454668D9 /* CNLiveTripartiteManagement.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLiveTripartiteManagement.podspec; path = ../CNLiveTripartiteManagement.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | 68 | EA2F3D21CB8CA257454668D9 /* CNLiveTripartiteManagement.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLiveTripartiteManagement.podspec; path = ../CNLiveTripartiteManagement.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 69 | EF7BB88BFD9BCD16594A2377 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; | 69 | EF7BB88BFD9BCD16594A2377 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 70 | /* End PBXFileReference section */ | 70 | /* End PBXFileReference section */ |
| @@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
| 77 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, | 77 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, |
| 78 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, | 78 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, |
| 79 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, | 79 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, |
| 80 | - DF31EA90BD3F3EDA60F55C67 /* Pods_CNLiveTripartiteManagement_Example.framework in Frameworks */, | 80 | + A461DB57D1673DC8FFB26F52 /* Pods_CNLiveTripartiteManagement_Example.framework in Frameworks */, |
| 81 | ); | 81 | ); |
| 82 | runOnlyForDeploymentPostprocessing = 0; | 82 | runOnlyForDeploymentPostprocessing = 0; |
| 83 | }; | 83 | }; |
| @@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
| 88 | 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, | 88 | 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, |
| 89 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, | 89 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, |
| 90 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, | 90 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, |
| 91 | - BBB839792EA6BFE3CB68A2EA /* Pods_CNLiveTripartiteManagement_Tests.framework in Frameworks */, | 91 | + 53A19A0D36745448CCF21EA1 /* Pods_CNLiveTripartiteManagement_Tests.framework in Frameworks */, |
| 92 | ); | 92 | ); |
| 93 | runOnlyForDeploymentPostprocessing = 0; | 93 | runOnlyForDeploymentPostprocessing = 0; |
| 94 | }; | 94 | }; |
| @@ -123,8 +123,8 @@ | @@ -123,8 +123,8 @@ | ||
| 123 | 6003F58F195388D20070C39A /* CoreGraphics.framework */, | 123 | 6003F58F195388D20070C39A /* CoreGraphics.framework */, |
| 124 | 6003F591195388D20070C39A /* UIKit.framework */, | 124 | 6003F591195388D20070C39A /* UIKit.framework */, |
| 125 | 6003F5AF195388D20070C39A /* XCTest.framework */, | 125 | 6003F5AF195388D20070C39A /* XCTest.framework */, |
| 126 | - CE176322F3681418C3128D08 /* Pods_CNLiveTripartiteManagement_Example.framework */, | ||
| 127 | - 52CD4BFF1635BD2689A90D9B /* Pods_CNLiveTripartiteManagement_Tests.framework */, | 126 | + 8C91362A6828C8FFFEB626BA /* Pods_CNLiveTripartiteManagement_Example.framework */, |
| 127 | + 7232FBB85E692BF21D99F7D9 /* Pods_CNLiveTripartiteManagement_Tests.framework */, | ||
| 128 | ); | 128 | ); |
| 129 | name = Frameworks; | 129 | name = Frameworks; |
| 130 | sourceTree = "<group>"; | 130 | sourceTree = "<group>"; |
| @@ -207,7 +207,8 @@ | @@ -207,7 +207,8 @@ | ||
| 207 | 6003F586195388D20070C39A /* Sources */, | 207 | 6003F586195388D20070C39A /* Sources */, |
| 208 | 6003F587195388D20070C39A /* Frameworks */, | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 6003F588195388D20070C39A /* Resources */, | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | - D6B8C22EF5BD3F2FCF4F7A22 /* [CP] Embed Pods Frameworks */, | 210 | + B46AD72692900B10C30B59BB /* [CP] Embed Pods Frameworks */, |
| 211 | + D7AD571D0A20F0B813F6F693 /* [CP] Copy Pods Resources */, | ||
| 211 | ); | 212 | ); |
| 212 | buildRules = ( | 213 | buildRules = ( |
| 213 | ); | 214 | ); |
| @@ -226,7 +227,8 @@ | @@ -226,7 +227,8 @@ | ||
| 226 | 6003F5AA195388D20070C39A /* Sources */, | 227 | 6003F5AA195388D20070C39A /* Sources */, |
| 227 | 6003F5AB195388D20070C39A /* Frameworks */, | 228 | 6003F5AB195388D20070C39A /* Frameworks */, |
| 228 | 6003F5AC195388D20070C39A /* Resources */, | 229 | 6003F5AC195388D20070C39A /* Resources */, |
| 229 | - AB82A626D92CEDEE11DCDB82 /* [CP] Embed Pods Frameworks */, | 230 | + 653627B746D9C787C3F5539E /* [CP] Embed Pods Frameworks */, |
| 231 | + 33B6380A0B66CB42057C67B5 /* [CP] Copy Pods Resources */, | ||
| 230 | ); | 232 | ); |
| 231 | buildRules = ( | 233 | buildRules = ( |
| 232 | ); | 234 | ); |
| @@ -320,6 +322,32 @@ | @@ -320,6 +322,32 @@ | ||
| 320 | 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"; | 322 | 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"; |
| 321 | showEnvVarsInLog = 0; | 323 | showEnvVarsInLog = 0; |
| 322 | }; | 324 | }; |
| 325 | + 33B6380A0B66CB42057C67B5 /* [CP] Copy Pods Resources */ = { | ||
| 326 | + isa = PBXShellScriptBuildPhase; | ||
| 327 | + buildActionMask = 2147483647; | ||
| 328 | + files = ( | ||
| 329 | + ); | ||
| 330 | + inputFileListPaths = ( | ||
| 331 | + ); | ||
| 332 | + inputPaths = ( | ||
| 333 | + "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh", | ||
| 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 | + ); | ||
| 338 | + name = "[CP] Copy Pods Resources"; | ||
| 339 | + outputFileListPaths = ( | ||
| 340 | + ); | ||
| 341 | + outputPaths = ( | ||
| 342 | + "${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 | + ); | ||
| 346 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 347 | + shellPath = /bin/sh; | ||
| 348 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-resources.sh\"\n"; | ||
| 349 | + showEnvVarsInLog = 0; | ||
| 350 | + }; | ||
| 323 | 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { | 351 | 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { |
| 324 | isa = PBXShellScriptBuildPhase; | 352 | isa = PBXShellScriptBuildPhase; |
| 325 | buildActionMask = 2147483647; | 353 | buildActionMask = 2147483647; |
| @@ -342,7 +370,7 @@ | @@ -342,7 +370,7 @@ | ||
| 342 | 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"; | 370 | 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"; |
| 343 | showEnvVarsInLog = 0; | 371 | showEnvVarsInLog = 0; |
| 344 | }; | 372 | }; |
| 345 | - AB82A626D92CEDEE11DCDB82 /* [CP] Embed Pods Frameworks */ = { | 373 | + 653627B746D9C787C3F5539E /* [CP] Embed Pods Frameworks */ = { |
| 346 | isa = PBXShellScriptBuildPhase; | 374 | isa = PBXShellScriptBuildPhase; |
| 347 | buildActionMask = 2147483647; | 375 | buildActionMask = 2147483647; |
| 348 | files = ( | 376 | files = ( |
| @@ -352,21 +380,73 @@ | @@ -352,21 +380,73 @@ | ||
| 352 | inputPaths = ( | 380 | inputPaths = ( |
| 353 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh", | 381 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh", |
| 354 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | 382 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 383 | + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", | ||
| 384 | + "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", | ||
| 385 | + "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | ||
| 386 | + "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | ||
| 387 | + "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", | ||
| 388 | + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | ||
| 389 | + "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", | ||
| 390 | + "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", | ||
| 391 | + "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", | ||
| 392 | + "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework", | ||
| 393 | + "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework", | ||
| 394 | + "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework", | ||
| 395 | + "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", | ||
| 396 | + "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework", | ||
| 397 | + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", | ||
| 398 | + "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework", | ||
| 399 | + "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", | ||
| 400 | + "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", | ||
| 401 | + "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", | ||
| 402 | + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", | ||
| 403 | + "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework", | ||
| 404 | + "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework", | ||
| 405 | + "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", | ||
| 355 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", | 406 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", |
| 407 | + "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework", | ||
| 408 | + "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework", | ||
| 409 | + "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", | ||
| 356 | ); | 410 | ); |
| 357 | name = "[CP] Embed Pods Frameworks"; | 411 | name = "[CP] Embed Pods Frameworks"; |
| 358 | outputFileListPaths = ( | 412 | outputFileListPaths = ( |
| 359 | ); | 413 | ); |
| 360 | outputPaths = ( | 414 | outputPaths = ( |
| 361 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | 415 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 416 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", | ||
| 417 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", | ||
| 418 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | ||
| 419 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | ||
| 420 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", | ||
| 421 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | ||
| 422 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | ||
| 423 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", | ||
| 424 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", | ||
| 425 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework", | ||
| 426 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework", | ||
| 427 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework", | ||
| 428 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", | ||
| 429 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework", | ||
| 430 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", | ||
| 431 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework", | ||
| 432 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", | ||
| 433 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", | ||
| 434 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", | ||
| 435 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", | ||
| 436 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework", | ||
| 437 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework", | ||
| 438 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", | ||
| 362 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", | 439 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", |
| 440 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework", | ||
| 441 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework", | ||
| 442 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", | ||
| 363 | ); | 443 | ); |
| 364 | runOnlyForDeploymentPostprocessing = 0; | 444 | runOnlyForDeploymentPostprocessing = 0; |
| 365 | shellPath = /bin/sh; | 445 | shellPath = /bin/sh; |
| 366 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh\"\n"; | 446 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh\"\n"; |
| 367 | showEnvVarsInLog = 0; | 447 | showEnvVarsInLog = 0; |
| 368 | }; | 448 | }; |
| 369 | - D6B8C22EF5BD3F2FCF4F7A22 /* [CP] Embed Pods Frameworks */ = { | 449 | + B46AD72692900B10C30B59BB /* [CP] Embed Pods Frameworks */ = { |
| 370 | isa = PBXShellScriptBuildPhase; | 450 | isa = PBXShellScriptBuildPhase; |
| 371 | buildActionMask = 2147483647; | 451 | buildActionMask = 2147483647; |
| 372 | files = ( | 452 | files = ( |
| @@ -377,7 +457,33 @@ | @@ -377,7 +457,33 @@ | ||
| 377 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh", | 457 | "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh", |
| 378 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | 458 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 379 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", | 459 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 460 | + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", | ||
| 461 | + "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", | ||
| 462 | + "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | ||
| 463 | + "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | ||
| 464 | + "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", | ||
| 465 | + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | ||
| 466 | + "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", | ||
| 467 | + "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", | ||
| 468 | + "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", | ||
| 469 | + "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework", | ||
| 470 | + "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework", | ||
| 471 | + "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework", | ||
| 472 | + "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", | ||
| 473 | + "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework", | ||
| 474 | + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", | ||
| 475 | + "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework", | ||
| 476 | + "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", | ||
| 477 | + "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", | ||
| 478 | + "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", | ||
| 479 | + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", | ||
| 480 | + "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework", | ||
| 481 | + "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework", | ||
| 482 | + "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", | ||
| 380 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", | 483 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", |
| 484 | + "${BUILT_PRODUCTS_DIR}/libksygpulive_ks3/libksygpulive.framework", | ||
| 485 | + "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework", | ||
| 486 | + "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", | ||
| 381 | ); | 487 | ); |
| 382 | name = "[CP] Embed Pods Frameworks"; | 488 | name = "[CP] Embed Pods Frameworks"; |
| 383 | outputFileListPaths = ( | 489 | outputFileListPaths = ( |
| @@ -385,13 +491,65 @@ | @@ -385,13 +491,65 @@ | ||
| 385 | outputPaths = ( | 491 | outputPaths = ( |
| 386 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | 492 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 387 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", | 493 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| 494 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", | ||
| 495 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", | ||
| 496 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | ||
| 497 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | ||
| 498 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", | ||
| 499 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | ||
| 500 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | ||
| 501 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", | ||
| 502 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", | ||
| 503 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework", | ||
| 504 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework", | ||
| 505 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework", | ||
| 506 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", | ||
| 507 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework", | ||
| 508 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", | ||
| 509 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework", | ||
| 510 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", | ||
| 511 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", | ||
| 512 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", | ||
| 513 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", | ||
| 514 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework", | ||
| 515 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework", | ||
| 516 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", | ||
| 388 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", | 517 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", |
| 518 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libksygpulive.framework", | ||
| 519 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework", | ||
| 520 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", | ||
| 389 | ); | 521 | ); |
| 390 | runOnlyForDeploymentPostprocessing = 0; | 522 | runOnlyForDeploymentPostprocessing = 0; |
| 391 | shellPath = /bin/sh; | 523 | shellPath = /bin/sh; |
| 392 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; | 524 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; |
| 393 | showEnvVarsInLog = 0; | 525 | showEnvVarsInLog = 0; |
| 394 | }; | 526 | }; |
| 527 | + D7AD571D0A20F0B813F6F693 /* [CP] Copy Pods Resources */ = { | ||
| 528 | + isa = PBXShellScriptBuildPhase; | ||
| 529 | + buildActionMask = 2147483647; | ||
| 530 | + files = ( | ||
| 531 | + ); | ||
| 532 | + inputFileListPaths = ( | ||
| 533 | + ); | ||
| 534 | + inputPaths = ( | ||
| 535 | + "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | ||
| 536 | + "${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 | + ); | ||
| 540 | + name = "[CP] Copy Pods Resources"; | ||
| 541 | + outputFileListPaths = ( | ||
| 542 | + ); | ||
| 543 | + outputPaths = ( | ||
| 544 | + "${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 | + ); | ||
| 548 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 549 | + shellPath = /bin/sh; | ||
| 550 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n"; | ||
| 551 | + showEnvVarsInLog = 0; | ||
| 552 | + }; | ||
| 395 | /* End PBXShellScriptBuildPhase section */ | 553 | /* End PBXShellScriptBuildPhase section */ |
| 396 | 554 | ||
| 397 | /* Begin PBXSourcesBuildPhase section */ | 555 | /* Begin PBXSourcesBuildPhase section */ |
Example/Podfile
| 1 | -use_frameworks! | 1 | + use_frameworks! |
| 2 | 2 | ||
| 3 | platform :ios, '9.0' | 3 | platform :ios, '9.0' |
| 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' | 7 | pod 'AFNetworking', '~> 3.2.1' |
| 8 | - pod 'YYKit' | 8 | + pod 'YYKit', '~> 1.0.9' |
| 9 | + pod 'MJRefresh', '~> 3.1.12' | ||
| 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.15.1' | ||
| 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 | + 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 | + #七牛 | ||
| 43 | + pod 'Qiniu', '~> 7.1' | ||
| 44 | + pod 'lottie-ios','~> 2.5.0' | ||
| 45 | + pod 'SDWebImage','~>4.4.6' | ||
| 46 | + pod 'SDWebImage/WebP' | ||
| 47 | + pod 'SDWebImage/GIF' | ||
| 48 | + #依赖三方私有库,如果里面有.a的时候加上这个 | ||
| 49 | + pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | ||
| 50 | + end | ||
| 9 | target 'CNLiveTripartiteManagement_Tests' do | 51 | target 'CNLiveTripartiteManagement_Tests' do |
| 10 | inherit! :search_paths | 52 | inherit! :search_paths |
| 11 | pod 'AFNetworking', '~> 3.2.1' | 53 | pod 'AFNetworking', '~> 3.2.1' |
| 12 | - pod 'YYKit' | 54 | + pod 'YYKit', '~> 1.0.9' |
| 55 | + pod 'MJRefresh', '~> 3.1.12' | ||
| 56 | + pod 'Masonry', '~> 1.0.2' | ||
| 57 | + pod 'Realm', '~> 3.14.2' | ||
| 58 | + pod 'FMDB', '~> 2.7.5' | ||
| 59 | + pod 'QMUIKit', '~> 3.1.7' | ||
| 60 | + pod 'tingyunApp', '~> 2.13.1' | ||
| 61 | + pod 'WebViewJavascriptBridge', '~> 6.0.3' | ||
| 62 | + pod 'Ks3SDK', '~> 2.1.2' | ||
| 63 | + pod 'RSKImageCropper', '~> 2.2.1' | ||
| 64 | + pod 'libksygpulive_ks3', '~> 3.0.4' | ||
| 65 | + pod 'PGDatePicker', '~> 2.6.9' | ||
| 66 | + pod 'SGPagingView', '~> 1.6.1' | ||
| 67 | + pod 'PLShortVideoKit','~> 2.0.0' | ||
| 68 | + pod 'PLPlayerKit','~> 3.4.1' | ||
| 69 | + pod 'SSZipArchive','~> 2.1.5' | ||
| 70 | + pod 'TXLiteAVSDK_TRTC','~> 6.3.7088' | ||
| 71 | + pod 'MJExtension','~> 3.0.15.1' | ||
| 72 | + pod 'SAMKeychain','~> 1.5.3' | ||
| 73 | + pod 'MBProgressHUD','~> 1.1.0' | ||
| 74 | + pod 'AMap3DMap-NO-IDFA', '~> 6.8.1' | ||
| 75 | + pod 'AMapSearch-NO-IDFA', '~> 6.6.0' | ||
| 76 | + pod 'AMapLocation-NO-IDFA', '~> 2.6.2' | ||
| 77 | + pod 'FLAnimatedImage', '~> 1.0.12' | ||
| 78 | + pod 'GPUImage', '~> 0.1.7' | ||
| 79 | + 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' | ||
| 88 | + #七牛 | ||
| 89 | + pod 'Qiniu', '~> 7.1' | ||
| 90 | + pod 'lottie-ios','~> 2.5.0' | ||
| 91 | + pod 'SDWebImage','~>4.4.6' | ||
| 92 | + pod 'SDWebImage/WebP' | ||
| 93 | + pod 'SDWebImage/GIF' | ||
| 94 | + pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} | ||
| 95 | + end | ||
| 13 | end | 96 | end |
| 14 | end | 97 | end |