Commit 5aa29b56604cec42a773de8234d885717ec1ffef

Authored by 梁星国
1 parent 5140ae7a

提交

CNLiveOrganizationValidationModule.podspec
@@ -55,7 +55,7 @@ Pod::Spec.new do |s| @@ -55,7 +55,7 @@ Pod::Spec.new do |s|
55 #分享工具库 55 #分享工具库
56 s.dependency 'CNLiveShareToolKit' 56 s.dependency 'CNLiveShareToolKit'
57 #基础请求组件库 57 #基础请求组件库
58 - s.dependency 'CNLiveRequestBastKit','0.2.4.2' 58 + s.dependency 'CNLiveRequestBastKit'
59 #基础UI组件库 59 #基础UI组件库
60 s.dependency 'CNLiveCustomUI' 60 s.dependency 'CNLiveCustomUI'
61 #基础组件库 61 #基础组件库
@@ -87,9 +87,7 @@ Pod::Spec.new do |s| @@ -87,9 +87,7 @@ Pod::Spec.new do |s|
87 ######################################## 87 ########################################
88 ### 所有github三方管理库(非频繁更新) 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,6 +351,7 @@
351 inputPaths = ( 351 inputPaths = (
352 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh", 352 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh",
353 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", 353 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
  354 + "${BUILT_PRODUCTS_DIR}/CNLiveBEnvironment/CNLiveBEnvironment.framework",
354 "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework", 355 "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework",
355 "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework", 356 "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework",
356 "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", 357 "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework",
@@ -396,6 +397,7 @@ @@ -396,6 +397,7 @@
396 name = "[CP] Embed Pods Frameworks"; 397 name = "[CP] Embed Pods Frameworks";
397 outputPaths = ( 398 outputPaths = (
398 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", 399 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
  400 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBEnvironment.framework",
399 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework", 401 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework",
400 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework", 402 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework",
401 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", 403 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework",
@@ -452,7 +454,7 @@ @@ -452,7 +454,7 @@
452 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-resources.sh", 454 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-resources.sh",
453 "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", 455 "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle",
454 "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", 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 name = "[CP] Copy Pods Resources"; 459 name = "[CP] Copy Pods Resources";
458 outputPaths = ( 460 outputPaths = (