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 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveAVCamera' |
| 11 | - s.version = '0.1.8' | |
| 11 | + s.version = '0.1.9' | |
| 12 | 12 | s.summary = '自定义相机' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -22,26 +22,20 @@ Pod::Spec.new do |s| |
| 22 | 22 | DESC |
| 23 | 23 | |
| 24 | 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 | 25 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
| 27 | 26 | s.author = { '梁星国' => 'liangxingguo@cnlive.com' } |
| 28 | 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 | 29 | s.ios.deployment_target = '10.0' |
| 32 | 30 | |
| 33 | 31 | s.source_files = 'CNLiveAVCamera/Classes/**/*' |
| 34 | 32 | |
| 35 | 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 | 35 | s.frameworks = 'UIKit', 'Photos' |
| 42 | 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 | 39 | s.dependency 'CNLiveBusinessTools' |
| 46 | 40 | s.dependency 'CNLiveCommonCategory' |
| 47 | 41 | ... | ... |
Example/CNLiveAVCamera.xcodeproj/project.pbxproj
| ... | ... | @@ -333,6 +333,7 @@ |
| 333 | 333 | "${BUILT_PRODUCTS_DIR}/CNLiveBusinessTools/CNLiveBusinessTools.framework", |
| 334 | 334 | "${BUILT_PRODUCTS_DIR}/CNLiveCommonCategory/CNLiveCommonCategory.framework", |
| 335 | 335 | "${BUILT_PRODUCTS_DIR}/CNLiveEnvironment/CNLiveEnvironment.framework", |
| 336 | + "${BUILT_PRODUCTS_DIR}/CNLiveNewTripartiteManagement/CNLiveNewTripartiteManagement.framework", | |
| 336 | 337 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 337 | 338 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 338 | 339 | "${BUILT_PRODUCTS_DIR}/CNLiveUserManagement/CNLiveUserManagement.framework", |
| ... | ... | @@ -350,6 +351,7 @@ |
| 350 | 351 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBusinessTools.framework", |
| 351 | 352 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCommonCategory.framework", |
| 352 | 353 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEnvironment.framework", |
| 354 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveNewTripartiteManagement.framework", | |
| 353 | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 354 | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| 355 | 357 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUserManagement.framework", | ... | ... |