Commit 52c6e31a445b375dae01d4e6ef0eb5d7a4d558e9

Authored by yinqiaojuan
1 parent 1618f86e

0.1.7 增加 支付宝SDK pod 'AlipaySDK-iOS', '15.7.4'

CNLiveTripartiteManagement.podspec
@@ -14,11 +14,15 @@ Pod::Spec.new do |s| @@ -14,11 +14,15 @@ Pod::Spec.new do |s|
14 14
15 s.ios.deployment_target = '9.0' 15 s.ios.deployment_target = '9.0'
16 16
17 - # s.source_files = 'CNLiveTripartiteManagement/Classes/**/*' 17 + #s.source_files = 'CNLiveTripartiteManagement/Classes/**/*'
18 s.subspec 'AFNetworking' do |afn| 18 s.subspec 'AFNetworking' do |afn|
19 afn.dependency 'AFNetworking','4.0.0' 19 afn.dependency 'AFNetworking','4.0.0'
20 afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' 20 afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*'
21 end 21 end
  22 + s.subspec 'AlipaySDK-iOS' do |alipaySDK|
  23 + alipaySDK.dependency 'AlipaySDK-iOS' ,'15.7.4'
  24 + alipaySDK.source_files = 'CNLiveTripartiteManagement/Classes/AlipaySDK-iOS/*'
  25 + end
22 s.subspec 'BaiduMapKit' do |map| 26 s.subspec 'BaiduMapKit' do |map|
23 map.dependency 'BaiduMapKit', '5.0.0' 27 map.dependency 'BaiduMapKit', '5.0.0'
24 map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' 28 map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*'
CNLiveTripartiteManagement/Classes/AlipaySDK-iOS/README.md 0 → 100644
  1 +# CNLiveTripartiteManagement
  2 +
  3 +[![CI Status](https://img.shields.io/travis/殷巧娟/CNLiveTripartiteManagement.svg?style=flat)](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement)
  4 +[![Version](https://img.shields.io/cocoapods/v/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  5 +[![License](https://img.shields.io/cocoapods/l/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  6 +[![Platform](https://img.shields.io/cocoapods/p/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
  7 +
  8 +## Example
  9 +
  10 +To run the example project, clone the repo, and run `pod install` from the Example directory first.
  11 +
  12 +## Requirements
  13 +
  14 +## Installation
  15 +
  16 +CNLiveTripartiteManagement is available through [CocoaPods](https://cocoapods.org). To install
  17 +it, simply add the following line to your Podfile:
  18 +
  19 +```ruby
  20 +pod 'CNLiveTripartiteManagement'
  21 +```
  22 +
  23 +## Author
  24 +
  25 +殷巧娟, 1427945373@qq.com
  26 +
  27 +## License
  28 +
  29 +CNLiveTripartiteManagement is available under the MIT license. See the LICENSE file for more info.
Example/CNLiveTripartiteManagement.xcodeproj/project.pbxproj
@@ -207,6 +207,8 @@ @@ -207,6 +207,8 @@
207 6003F586195388D20070C39A /* Sources */, 207 6003F586195388D20070C39A /* Sources */,
208 6003F587195388D20070C39A /* Frameworks */, 208 6003F587195388D20070C39A /* Frameworks */,
209 6003F588195388D20070C39A /* Resources */, 209 6003F588195388D20070C39A /* Resources */,
  210 + EF9B4A9E2A70BAF9CA1CCD8C /* [CP] Embed Pods Frameworks */,
  211 + B74934E5E524B2320F70EF82 /* [CP] Copy Pods Resources */,
210 ); 212 );
211 buildRules = ( 213 buildRules = (
212 ); 214 );
@@ -340,6 +342,90 @@ @@ -340,6 +342,90 @@
340 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; 342 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
341 showEnvVarsInLog = 0; 343 showEnvVarsInLog = 0;
342 }; 344 };
  345 + B74934E5E524B2320F70EF82 /* [CP] Copy Pods Resources */ = {
  346 + isa = PBXShellScriptBuildPhase;
  347 + buildActionMask = 2147483647;
  348 + files = (
  349 + );
  350 + inputPaths = (
  351 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh",
  352 + "${PODS_ROOT}/AlipaySDK-iOS/AlipaySDK.bundle",
  353 + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle",
  354 + "${PODS_ROOT}/Weibo_SDK/libWeiboSDK/WeiboSDK.bundle",
  355 + );
  356 + name = "[CP] Copy Pods Resources";
  357 + outputPaths = (
  358 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AlipaySDK.bundle",
  359 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle",
  360 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle",
  361 + );
  362 + runOnlyForDeploymentPostprocessing = 0;
  363 + shellPath = /bin/sh;
  364 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n";
  365 + showEnvVarsInLog = 0;
  366 + };
  367 + EF9B4A9E2A70BAF9CA1CCD8C /* [CP] Embed Pods Frameworks */ = {
  368 + isa = PBXShellScriptBuildPhase;
  369 + buildActionMask = 2147483647;
  370 + files = (
  371 + );
  372 + inputPaths = (
  373 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh",
  374 + "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
  375 + "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
  376 + "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
  377 + "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
  378 + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
  379 + "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework",
  380 + "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  381 + "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
  382 + "${BUILT_PRODUCTS_DIR}/PGDatePicker/PGDatePicker.framework",
  383 + "${BUILT_PRODUCTS_DIR}/PGPickerView/PGPickerView.framework",
  384 + "${PODS_ROOT}/PLPlayerKit/Pod/Library/PLPlayerKit.framework",
  385 + "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework",
  386 + "${BUILT_PRODUCTS_DIR}/Qiniu/Qiniu.framework",
  387 + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
  388 + "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework",
  389 + "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
  390 + "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework",
  391 + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
  392 + "${BUILT_PRODUCTS_DIR}/SGPagingView/SGPagingView.framework",
  393 + "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
  394 + "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
  395 + "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
  396 + "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework",
  397 + );
  398 + name = "[CP] Embed Pods Frameworks";
  399 + outputPaths = (
  400 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
  401 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
  402 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
  403 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
  404 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
  405 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework",
  406 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  407 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",
  408 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGDatePicker.framework",
  409 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PGPickerView.framework",
  410 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PLPlayerKit.framework",
  411 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework",
  412 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Qiniu.framework",
  413 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
  414 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework",
  415 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
  416 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework",
  417 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  418 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGPagingView.framework",
  419 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
  420 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
  421 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
  422 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lottie.framework",
  423 + );
  424 + runOnlyForDeploymentPostprocessing = 0;
  425 + shellPath = /bin/sh;
  426 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n";
  427 + showEnvVarsInLog = 0;
  428 + };
343 /* End PBXShellScriptBuildPhase section */ 429 /* End PBXShellScriptBuildPhase section */
344 430
345 /* Begin PBXSourcesBuildPhase section */ 431 /* Begin PBXSourcesBuildPhase section */
Example/Podfile
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 platform :ios, '9.0' 3 platform :ios, '9.0'
4 4
5 target 'CNLiveTripartiteManagement_Example' do 5 target 'CNLiveTripartiteManagement_Example' do
6 -# pod 'CNLiveTripartiteManagement', :path => '../' 6 + pod 'CNLiveTripartiteManagement', :path => '../'
7 # pod 'AFNetworking','3.2.1' 7 # pod 'AFNetworking','3.2.1'
8 # pod 'BaiduMapKit', '4.4.2' 8 # pod 'BaiduMapKit', '4.4.2'
9 # pod 'BMKLocationKit', '1.7.0' 9 # pod 'BMKLocationKit', '1.7.0'
@@ -33,6 +33,7 @@ target 'CNLiveTripartiteManagement_Example' do @@ -33,6 +33,7 @@ target 'CNLiveTripartiteManagement_Example' do
33 # pod 'Weibo_SDK' 33 # pod 'Weibo_SDK'
34 # pod 'YYKit', '1.0.9' 34 # pod 'YYKit', '1.0.9'
35 35
  36 +# pod 'AlipaySDK-iOS','15.7.5'
36 #依赖三方私有库,如果里面有.a的时候加上这个 37 #依赖三方私有库,如果里面有.a的时候加上这个
37 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} 38 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
38 end 39 end