Commit 5aa29b56604cec42a773de8234d885717ec1ffef
1 parent
5140ae7a
提交
Showing
2 changed files
with
5 additions
and
5 deletions
CNLiveOrganizationValidationModule.podspec
| ... | ... | @@ -55,7 +55,7 @@ Pod::Spec.new do |s| |
| 55 | 55 | #分享工具库 |
| 56 | 56 | s.dependency 'CNLiveShareToolKit' |
| 57 | 57 | #基础请求组件库 |
| 58 | - s.dependency 'CNLiveRequestBastKit','0.2.4.2' | |
| 58 | + s.dependency 'CNLiveRequestBastKit' | |
| 59 | 59 | #基础UI组件库 |
| 60 | 60 | s.dependency 'CNLiveCustomUI' |
| 61 | 61 | #基础组件库 |
| ... | ... | @@ -87,9 +87,7 @@ Pod::Spec.new do |s| |
| 87 | 87 | ######################################## |
| 88 | 88 | ### 所有github三方管理库(非频繁更新) |
| 89 | 89 | ######################################## |
| 90 | - s.dependency 'CNLiveTripartiteManagement' | |
| 91 | - s.dependency 'CNLiveTripartiteManagement/AFNetworking','0.1.6' | |
| 92 | - | |
| 90 | + s.dependency 'CNLiveTripartiteManagement' | |
| 93 | 91 | |
| 94 | 92 | |
| 95 | 93 | ... | ... |
Example/CNLiveOrganizationValidationModule.xcodeproj/project.pbxproj
| ... | ... | @@ -351,6 +351,7 @@ |
| 351 | 351 | inputPaths = ( |
| 352 | 352 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh", |
| 353 | 353 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 354 | + "${BUILT_PRODUCTS_DIR}/CNLiveBEnvironment/CNLiveBEnvironment.framework", | |
| 354 | 355 | "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework", |
| 355 | 356 | "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework", |
| 356 | 357 | "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", |
| ... | ... | @@ -396,6 +397,7 @@ |
| 396 | 397 | name = "[CP] Embed Pods Frameworks"; |
| 397 | 398 | outputPaths = ( |
| 398 | 399 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 400 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBEnvironment.framework", | |
| 399 | 401 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework", |
| 400 | 402 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework", |
| 401 | 403 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", |
| ... | ... | @@ -452,7 +454,7 @@ |
| 452 | 454 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-resources.sh", |
| 453 | 455 | "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", |
| 454 | 456 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", |
| 455 | - "${PODS_ROOT}/Weibo_SDK/libWeiboSDK/WeiboSDK.bundle", | |
| 457 | + "${PODS_ROOT}/WeiboSDK/libWeiboSDK/WeiboSDK.bundle", | |
| 456 | 458 | ); |
| 457 | 459 | name = "[CP] Copy Pods Resources"; |
| 458 | 460 | outputPaths = ( | ... | ... |