Commit ace7d60dbc4a3e12be4e275423540917a319ee22
1 parent
c27509e1
0.1.9
Showing
2 changed files
with
5 additions
and
9 deletions
CNLiveAVCamera.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveAVCamera' | 10 | s.name = 'CNLiveAVCamera' |
| 11 | - s.version = '0.1.8' | 11 | + s.version = '0.1.9' |
| 12 | s.summary = '自定义相机' | 12 | s.summary = '自定义相机' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
| @@ -22,26 +22,20 @@ Pod::Spec.new do |s| | @@ -22,26 +22,20 @@ Pod::Spec.new do |s| | ||
| 22 | DESC | 22 | DESC |
| 23 | 23 | ||
| 24 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera' | 24 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera' |
| 25 | - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
| 26 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 25 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
| 27 | s.author = { '梁星国' => 'liangxingguo@cnlive.com' } | 26 | s.author = { '梁星国' => 'liangxingguo@cnlive.com' } |
| 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.git', :tag => s.version.to_s } | 27 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.git', :tag => s.version.to_s } |
| 29 | - # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
| 30 | 28 | ||
| 31 | s.ios.deployment_target = '10.0' | 29 | s.ios.deployment_target = '10.0' |
| 32 | 30 | ||
| 33 | s.source_files = 'CNLiveAVCamera/Classes/**/*' | 31 | s.source_files = 'CNLiveAVCamera/Classes/**/*' |
| 34 | 32 | ||
| 35 | s.resources = 'CNLiveAVCamera/Assets/*' | 33 | s.resources = 'CNLiveAVCamera/Assets/*' |
| 36 | - # s.resource_bundles = { | ||
| 37 | - # 'CNLiveAVCamera' => ['CNLiveAVCamera/Assets/*.png'] | ||
| 38 | - # } | ||
| 39 | 34 | ||
| 40 | - # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| 41 | s.frameworks = 'UIKit', 'Photos' | 35 | s.frameworks = 'UIKit', 'Photos' |
| 42 | s.dependency 'CNLiveBaseKit' | 36 | s.dependency 'CNLiveBaseKit' |
| 43 | - s.dependency 'CNLiveTripartiteManagement/Masonry' | ||
| 44 | - s.dependency 'CNLiveTripartiteManagement/QMUIKit' | 37 | + s.dependency 'CNLiveNewTripartiteManagement/Masonry' |
| 38 | + s.dependency 'CNLiveNewTripartiteManagement/QMUIKit' | ||
| 45 | s.dependency 'CNLiveBusinessTools' | 39 | s.dependency 'CNLiveBusinessTools' |
| 46 | s.dependency 'CNLiveCommonCategory' | 40 | s.dependency 'CNLiveCommonCategory' |
| 47 | 41 |
Example/CNLiveAVCamera.xcodeproj/project.pbxproj
| @@ -333,6 +333,7 @@ | @@ -333,6 +333,7 @@ | ||
| 333 | "${BUILT_PRODUCTS_DIR}/CNLiveBusinessTools/CNLiveBusinessTools.framework", | 333 | "${BUILT_PRODUCTS_DIR}/CNLiveBusinessTools/CNLiveBusinessTools.framework", |
| 334 | "${BUILT_PRODUCTS_DIR}/CNLiveCommonCategory/CNLiveCommonCategory.framework", | 334 | "${BUILT_PRODUCTS_DIR}/CNLiveCommonCategory/CNLiveCommonCategory.framework", |
| 335 | "${BUILT_PRODUCTS_DIR}/CNLiveEnvironment/CNLiveEnvironment.framework", | 335 | "${BUILT_PRODUCTS_DIR}/CNLiveEnvironment/CNLiveEnvironment.framework", |
| 336 | + "${BUILT_PRODUCTS_DIR}/CNLiveNewTripartiteManagement/CNLiveNewTripartiteManagement.framework", | ||
| 336 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", | 337 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 337 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", | 338 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 338 | "${BUILT_PRODUCTS_DIR}/CNLiveUserManagement/CNLiveUserManagement.framework", | 339 | "${BUILT_PRODUCTS_DIR}/CNLiveUserManagement/CNLiveUserManagement.framework", |
| @@ -350,6 +351,7 @@ | @@ -350,6 +351,7 @@ | ||
| 350 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBusinessTools.framework", | 351 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBusinessTools.framework", |
| 351 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCommonCategory.framework", | 352 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCommonCategory.framework", |
| 352 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEnvironment.framework", | 353 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEnvironment.framework", |
| 354 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveNewTripartiteManagement.framework", | ||
| 353 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 354 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUserManagement.framework", | 357 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUserManagement.framework", |