Commit 363456ff30262dbe0fe2203b9988268f650810f1
1 parent
a0fe0954
0.0.6
Showing
3 changed files
with
3 additions
and
7 deletions
CNLiveCustomControl.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveCustomControl' |
| 11 | - s.version = '0.0.5' | |
| 11 | + s.version = '0.0.6' | |
| 12 | 12 | s.summary = 'CNLiveCustomControl' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -58,5 +58,5 @@ TODO: 网家家-自定义控件. |
| 58 | 58 | |
| 59 | 59 | # s.public_header_files = 'Pod/Classes/**/*.h' |
| 60 | 60 | # s.frameworks = 'UIKit', 'MapKit' |
| 61 | - s.dependency 'CNLiveTripartiteManagement/QMUIKit' | |
| 61 | + #s.dependency 'CNLiveTripartiteManagement/QMUIKit' | |
| 62 | 62 | end | ... | ... |
Example/CNLiveCustomControl.xcodeproj/project.pbxproj
| ... | ... | @@ -329,15 +329,11 @@ |
| 329 | 329 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveCustomControl_Example/Pods-CNLiveCustomControl_Example-frameworks.sh", |
| 330 | 330 | "${BUILT_PRODUCTS_DIR}/CNLiveCategory/CNLiveCategory.framework", |
| 331 | 331 | "${BUILT_PRODUCTS_DIR}/CNLiveCustomControl/CNLiveCustomControl.framework", |
| 332 | - "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", | |
| 333 | - "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework", | |
| 334 | 332 | ); |
| 335 | 333 | name = "[CP] Embed Pods Frameworks"; |
| 336 | 334 | outputPaths = ( |
| 337 | 335 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCategory.framework", |
| 338 | 336 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCustomControl.framework", |
| 339 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", | |
| 340 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework", | |
| 341 | 337 | ); |
| 342 | 338 | runOnlyForDeploymentPostprocessing = 0; |
| 343 | 339 | shellPath = /bin/sh; | ... | ... |
Example/CNLiveCustomControl/CNLIVEViewController.m