Commit fd321770e8b03f9a181dc94107a9ba3654f53940

Authored by yinqiaojuan
1 parent d13cc15c

no message

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