Commit fd321770e8b03f9a181dc94107a9ba3654f53940

Authored by yinqiaojuan
1 parent d13cc15c

no message

CNLiveTripartiteManagement.podspec
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'CNLiveTripartiteManagement' 2 s.name = 'CNLiveTripartiteManagement'
3 - s.version = '0.1.7' 3 + s.version = '0.1.8'
4 s.summary = '所有三方库版本管理' 4 s.summary = '所有三方库版本管理'
5 s.description = <<-DESC 5 s.description = <<-DESC
6 所有三方库版本管理组件 6 所有三方库版本管理组件
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveTripartiteManagement.git', :tag => s.version.to_s } 12 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveTripartiteManagement.git', :tag => s.version.to_s }
13 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' 13 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
14 14
15 - s.ios.deployment_target = '9.0' 15 + s.ios.deployment_target = '10.0'
16 16
17 #s.source_files = 'CNLiveTripartiteManagement/Classes/**/*' 17 #s.source_files = 'CNLiveTripartiteManagement/Classes/**/*'
18 s.subspec 'AFNetworking' do |afn| 18 s.subspec 'AFNetworking' do |afn|
@@ -43,6 +43,10 @@ Pod::Spec.new do |s| @@ -43,6 +43,10 @@ Pod::Spec.new do |s|
43 fmdb.dependency 'FMDB', '2.7.5' 43 fmdb.dependency 'FMDB', '2.7.5'
44 fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' 44 fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*'
45 end 45 end
  46 + s.subspec 'IQKeyboardManager' do |iQKeyboardManager|
  47 + iQKeyboardManager.dependency 'IQKeyboardManager', '~>6.3.0'
  48 + iQKeyboardManager.source_files = 'CNLiveTripartiteManagement/Classes/IQKeyboardManager/*'
  49 + end
46 s.subspec 'lottie-ios' do |lottie| 50 s.subspec 'lottie-ios' do |lottie|
47 lottie.dependency 'lottie-ios','2.5.0' #最新版本是3.1.3 51 lottie.dependency 'lottie-ios','2.5.0' #最新版本是3.1.3
48 lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*' 52 lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*'
@@ -115,6 +119,10 @@ Pod::Spec.new do |s| @@ -115,6 +119,10 @@ Pod::Spec.new do |s|
115 lite.dependency 'TXLiteAVSDK_TRTC','6.3.7088' 119 lite.dependency 'TXLiteAVSDK_TRTC','6.3.7088'
116 lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*' 120 lite.source_files = 'CNLiveTripartiteManagement/Classes/TXLiteAVSDK_TRTC/*'
117 end 121 end
  122 + s.subspec 'TZImagePickerController' do |tZImagePickerController|
  123 + tZImagePickerController.dependency 'TZImagePickerController', '3.2.6'
  124 + tZImagePickerController.source_files = 'CNLiveTripartiteManagement/Classes/TZImagePickerController/*'
  125 + end
118 s.subspec 'WebViewJavascriptBridge' do |bridge| 126 s.subspec 'WebViewJavascriptBridge' do |bridge|
119 bridge.dependency 'WebViewJavascriptBridge', '6.0.3' 127 bridge.dependency 'WebViewJavascriptBridge', '6.0.3'
120 bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*' 128 bridge.source_files = 'CNLiveTripartiteManagement/Classes/WebViewJavascriptBridge/*'
@@ -131,6 +139,10 @@ Pod::Spec.new do |s| @@ -131,6 +139,10 @@ Pod::Spec.new do |s|
131 yykit.dependency 'YYKit', '1.0.9' 139 yykit.dependency 'YYKit', '1.0.9'
132 yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*' 140 yykit.source_files = 'CNLiveTripartiteManagement/Classes/YYKit/*'
133 end 141 end
  142 + s.subspec 'YBImageBrowser' do |ybImageBrowser|
  143 + ybImageBrowser.dependency 'YBImageBrowser_DSCnliveShop'
  144 + ybImageBrowser.source_files = 'CNLiveTripartiteManagement/Classes/YBImageBrowser_DSCnliveShop/*'
  145 + end
134 #s.public_header_files = 'Pod/Classes/**/*.h' 146 #s.public_header_files = 'Pod/Classes/**/*.h'
135 s.frameworks = 'UIKit', 'Foundation' 147 s.frameworks = 'UIKit', 'Foundation'
136 # s.dependency 'AFNetworking','~> 3.2.1' 148 # s.dependency 'AFNetworking','~> 3.2.1'
CNLiveTripartiteManagement/Classes/IQKeyboardManager/README.md 0 → 100644
  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/TZImagePickerController/README.md 0 → 100644
  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/YBImageBrowser_DSCnliveShop/README.md 0 → 100644
  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
@@ -261,6 +261,7 @@ @@ -261,6 +261,7 @@
261 developmentRegion = English; 261 developmentRegion = English;
262 hasScannedForEncodings = 0; 262 hasScannedForEncodings = 0;
263 knownRegions = ( 263 knownRegions = (
  264 + English,
264 en, 265 en,
265 Base, 266 Base,
266 ); 267 );
@@ -376,6 +377,7 @@ @@ -376,6 +377,7 @@
376 "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework", 377 "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework",
377 "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", 378 "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
378 "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", 379 "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
  380 + "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework",
379 "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", 381 "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
380 "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", 382 "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework",
381 "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", 383 "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
@@ -392,7 +394,9 @@ @@ -392,7 +394,9 @@
392 "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", 394 "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
393 "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework", 395 "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework",
394 "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework", 396 "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
  397 + "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework",
395 "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework", 398 "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
  399 + "${BUILT_PRODUCTS_DIR}/YBImageBrowser_DSCnliveShop/YBImageBrowser_DSCnliveShop.framework",
396 "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", 400 "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
397 "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", 401 "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework",
398 ); 402 );
@@ -403,6 +407,7 @@ @@ -403,6 +407,7 @@
403 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework", 407 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework",
404 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", 408 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
405 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", 409 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
  410 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework",
406 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", 411 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
407 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", 412 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework",
408 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", 413 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
@@ -419,7 +424,9 @@ @@ -419,7 +424,9 @@
419 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", 424 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
420 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework", 425 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework",
421 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework", 426 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
  427 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework",
422 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework", 428 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
  429 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser_DSCnliveShop.framework",
423 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", 430 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
424 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework", 431 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework",
425 ); 432 );
@@ -569,7 +576,7 @@ @@ -569,7 +576,7 @@
569 GCC_PRECOMPILE_PREFIX_HEADER = YES; 576 GCC_PRECOMPILE_PREFIX_HEADER = YES;
570 GCC_PREFIX_HEADER = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Prefix.pch"; 577 GCC_PREFIX_HEADER = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Prefix.pch";
571 INFOPLIST_FILE = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Info.plist"; 578 INFOPLIST_FILE = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Info.plist";
572 - IPHONEOS_DEPLOYMENT_TARGET = 9.0; 579 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
573 MODULE_NAME = ExampleApp; 580 MODULE_NAME = ExampleApp;
574 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; 581 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
575 PRODUCT_NAME = "$(TARGET_NAME)"; 582 PRODUCT_NAME = "$(TARGET_NAME)";
@@ -586,7 +593,7 @@ @@ -586,7 +593,7 @@
586 GCC_PRECOMPILE_PREFIX_HEADER = YES; 593 GCC_PRECOMPILE_PREFIX_HEADER = YES;
587 GCC_PREFIX_HEADER = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Prefix.pch"; 594 GCC_PREFIX_HEADER = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Prefix.pch";
588 INFOPLIST_FILE = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Info.plist"; 595 INFOPLIST_FILE = "CNLiveTripartiteManagement/CNLiveTripartiteManagement-Info.plist";
589 - IPHONEOS_DEPLOYMENT_TARGET = 9.0; 596 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
590 MODULE_NAME = ExampleApp; 597 MODULE_NAME = ExampleApp;
591 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; 598 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
592 PRODUCT_NAME = "$(TARGET_NAME)"; 599 PRODUCT_NAME = "$(TARGET_NAME)";
Example/Podfile
1 use_frameworks! 1 use_frameworks!
2 -  
3 -platform :ios, '9.0' 2 +source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
  3 +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  4 +source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git'
  5 +platform :ios, '10.0'
4 6
5 target 'CNLiveTripartiteManagement_Example' do 7 target 'CNLiveTripartiteManagement_Example' do
6 pod 'CNLiveTripartiteManagement', :path => '../' 8 pod 'CNLiveTripartiteManagement', :path => '../'
  9 +
7 # pod 'AFNetworking','3.2.1' 10 # pod 'AFNetworking','3.2.1'
8 # pod 'BaiduMapKit', '4.4.2' 11 # pod 'BaiduMapKit', '4.4.2'
9 # pod 'BMKLocationKit', '1.7.0' 12 # pod 'BMKLocationKit', '1.7.0'