Commit b1cd0c878009ad87110f8259c24c78f6e061769b

Authored by 张旭
1 parent 0619d3cc

0.0.24

CNLiveImagePickerController.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveImagePickerController'
11   - s.version = '0.0.23'
  11 + s.version = '0.0.24'
12 12 s.summary = '相册'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ... @@ -22,11 +22,9 @@ Pod::Spec.new do |s|
22 22 DESC
23 23  
24 24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveImagePickerController'
25   - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26 25 s.license = { :type => 'MIT', :file => 'LICENSE' }
27 26 s.author = { 'lianxingguo' => 'jyyjkt@qq.com' }
28 27 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveImagePickerController.git', :tag => s.version.to_s }
29   - # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30 28  
31 29 s.ios.deployment_target = '10.0'
32 30  
... ... @@ -44,8 +42,8 @@ Pod::Spec.new do |s|
44 42 # s.dependency 'CNLiveBaseKit'
45 43 # s.dependency 'CNLiveUploadManager'
46 44  
47   - s.dependency 'CNLiveTripartiteManagement/SDAutoLayout'
48   - s.dependency 'CNLiveTripartiteManagement/QMUIKit'
  45 + s.dependency 'CNLiveNewTripartiteManagement/SDAutoLayout'
  46 + s.dependency 'CNLiveNewTripartiteManagement/QMUIKit'
49 47 s.dependency 'CNLiveBaseKit'
50 48 s.dependency 'CNLiveUploadManager'
51 49 s.dependency 'CNLiveBusinessTools'
... ...
Example/CNLiveImagePickerController.xcodeproj/project.pbxproj
... ... @@ -312,8 +312,8 @@
312 312 "${BUILT_PRODUCTS_DIR}/CNLiveCommonCategory/CNLiveCommonCategory.framework",
313 313 "${BUILT_PRODUCTS_DIR}/CNLiveEnvironment/CNLiveEnvironment.framework",
314 314 "${BUILT_PRODUCTS_DIR}/CNLiveImagePickerController/CNLiveImagePickerController.framework",
  315 + "${BUILT_PRODUCTS_DIR}/CNLiveNewTripartiteManagement/CNLiveNewTripartiteManagement.framework",
315 316 "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework",
316   - "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
317 317 "${BUILT_PRODUCTS_DIR}/CNLiveUploadManager/CNLiveUploadManager.framework",
318 318 "${BUILT_PRODUCTS_DIR}/CNLiveUserManagement/CNLiveUserManagement.framework",
319 319 "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
... ... @@ -333,8 +333,8 @@
333 333 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCommonCategory.framework",
334 334 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEnvironment.framework",
335 335 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveImagePickerController.framework",
  336 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveNewTripartiteManagement.framework",
336 337 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework",
337   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
338 338 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUploadManager.framework",
339 339 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUserManagement.framework",
340 340 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
... ...
README.md
1 1 # CNLiveImagePickerController
2 2  
  3 +本地验证
  4 +pod lib lint --allow-warnings --no-clean --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  5 +
  6 +本地+远程验证
  7 +pod spec lint --allow-warnings --no-clean --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  8 +
  9 +推送
  10 +pod repo push CNLiveRepos CNLiveImagePickerController.podspec --allow-warnings --use-libraries --skip-import-validation --sources=http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git,https://github.com/CocoaPods/Specs.git,http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git --verbose
  11 +
  12 +
3 13 [![CI Status](https://img.shields.io/travis/jyyjkt/CNLiveImagePickerController.svg?style=flat)](https://travis-ci.org/jyyjkt/CNLiveImagePickerController)
4 14 [![Version](https://img.shields.io/cocoapods/v/CNLiveImagePickerController.svg?style=flat)](https://cocoapods.org/pods/CNLiveImagePickerController)
5 15 [![License](https://img.shields.io/cocoapods/l/CNLiveImagePickerController.svg?style=flat)](https://cocoapods.org/pods/CNLiveImagePickerController)
... ...