Commit c5e5ac25e6da9352f339fcd15906743721307981
1 parent
7a14f43a
0.1.4
Showing
3 changed files
with
54 additions
and
30 deletions
CNLiveTripartiteManagement.podspec
| @@ -100,7 +100,6 @@ Pod::Spec.new do |s| | @@ -100,7 +100,6 @@ Pod::Spec.new do |s| | ||
| 100 | hud.dependency 'MBProgressHUD','1.1.0' | 100 | hud.dependency 'MBProgressHUD','1.1.0' |
| 101 | hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' | 101 | hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' |
| 102 | end | 102 | end |
| 103 | - | ||
| 104 | s.subspec 'BaiduMapKit' do |map| | 103 | s.subspec 'BaiduMapKit' do |map| |
| 105 | map.dependency 'BaiduMapKit', '4.4.2' | 104 | map.dependency 'BaiduMapKit', '4.4.2' |
| 106 | map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | 105 | map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' |
| @@ -149,6 +148,10 @@ Pod::Spec.new do |s| | @@ -149,6 +148,10 @@ Pod::Spec.new do |s| | ||
| 149 | wechatOpen.dependency 'WechatOpenSDK'#_NoPay | 148 | wechatOpen.dependency 'WechatOpenSDK'#_NoPay |
| 150 | wechatOpen.source_files = 'CNLiveTripartiteManagement/Classes/WechatOpenSDK/*' | 149 | wechatOpen.source_files = 'CNLiveTripartiteManagement/Classes/WechatOpenSDK/*' |
| 151 | end | 150 | end |
| 151 | + s.subspec 'WeiboSDK' do |weibo| | ||
| 152 | + weibo.dependency 'Weibo_SDK' | ||
| 153 | + weibo.source_files = 'CNLiveTripartiteManagement/Classes/WeiboSDK/*' | ||
| 154 | + end | ||
| 152 | #s.public_header_files = 'Pod/Classes/**/*.h' | 155 | #s.public_header_files = 'Pod/Classes/**/*.h' |
| 153 | s.frameworks = 'UIKit', 'Foundation' | 156 | s.frameworks = 'UIKit', 'Foundation' |
| 154 | # s.dependency 'AFNetworking','~> 3.2.1' | 157 | # s.dependency 'AFNetworking','~> 3.2.1' |
CNLiveTripartiteManagement/Classes/WeiboSDK/README.md
0 → 100644
| 1 | +# CNLiveTripartiteManagement | ||
| 2 | + | ||
| 3 | +[](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement) | ||
| 4 | +[](https://cocoapods.org/pods/CNLiveTripartiteManagement) | ||
| 5 | +[](https://cocoapods.org/pods/CNLiveTripartiteManagement) | ||
| 6 | +[](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
| @@ -208,7 +208,7 @@ | @@ -208,7 +208,7 @@ | ||
| 208 | 6003F587195388D20070C39A /* Frameworks */, | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 6003F588195388D20070C39A /* Resources */, | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */, | 210 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */, |
| 211 | - 7F9C6D28B49068E62E781C29 /* [CP] Copy Pods Resources */, | 211 | + 99546447259310926CF0DACA /* [CP] Copy Pods Resources */, |
| 212 | ); | 212 | ); |
| 213 | buildRules = ( | 213 | buildRules = ( |
| 214 | ); | 214 | ); |
| @@ -342,37 +342,13 @@ | @@ -342,37 +342,13 @@ | ||
| 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"; | 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"; |
| 343 | showEnvVarsInLog = 0; | 343 | showEnvVarsInLog = 0; |
| 344 | }; | 344 | }; |
| 345 | - 7F9C6D28B49068E62E781C29 /* [CP] Copy Pods Resources */ = { | ||
| 346 | - isa = PBXShellScriptBuildPhase; | ||
| 347 | - buildActionMask = 2147483647; | ||
| 348 | - files = ( | ||
| 349 | - ); | ||
| 350 | - inputFileListPaths = ( | ||
| 351 | - ); | ||
| 352 | - inputPaths = ( | ||
| 353 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | ||
| 354 | - "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | ||
| 355 | - ); | ||
| 356 | - name = "[CP] Copy Pods Resources"; | ||
| 357 | - outputFileListPaths = ( | ||
| 358 | - ); | ||
| 359 | - outputPaths = ( | ||
| 360 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | ||
| 361 | - ); | ||
| 362 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 363 | - shellPath = /bin/sh; | ||
| 364 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n"; | ||
| 365 | - showEnvVarsInLog = 0; | ||
| 366 | - }; | ||
| 367 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */ = { | 345 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */ = { |
| 368 | isa = PBXShellScriptBuildPhase; | 346 | isa = PBXShellScriptBuildPhase; |
| 369 | buildActionMask = 2147483647; | 347 | buildActionMask = 2147483647; |
| 370 | files = ( | 348 | files = ( |
| 371 | ); | 349 | ); |
| 372 | - inputFileListPaths = ( | ||
| 373 | - ); | ||
| 374 | inputPaths = ( | 350 | inputPaths = ( |
| 375 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh", | 351 | + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh", |
| 376 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | 352 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 377 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", | 353 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 378 | "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", | 354 | "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", |
| @@ -404,8 +380,6 @@ | @@ -404,8 +380,6 @@ | ||
| 404 | "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", | 380 | "${BUILT_PRODUCTS_DIR}/lottie-ios/Lottie.framework", |
| 405 | ); | 381 | ); |
| 406 | name = "[CP] Embed Pods Frameworks"; | 382 | name = "[CP] Embed Pods Frameworks"; |
| 407 | - outputFileListPaths = ( | ||
| 408 | - ); | ||
| 409 | outputPaths = ( | 383 | outputPaths = ( |
| 410 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | 384 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 411 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", | 385 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| @@ -439,7 +413,25 @@ | @@ -439,7 +413,25 @@ | ||
| 439 | ); | 413 | ); |
| 440 | runOnlyForDeploymentPostprocessing = 0; | 414 | runOnlyForDeploymentPostprocessing = 0; |
| 441 | shellPath = /bin/sh; | 415 | shellPath = /bin/sh; |
| 442 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; | 416 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh\"\n"; |
| 417 | + showEnvVarsInLog = 0; | ||
| 418 | + }; | ||
| 419 | + 99546447259310926CF0DACA /* [CP] Copy Pods Resources */ = { | ||
| 420 | + isa = PBXShellScriptBuildPhase; | ||
| 421 | + buildActionMask = 2147483647; | ||
| 422 | + files = ( | ||
| 423 | + ); | ||
| 424 | + inputPaths = ( | ||
| 425 | + "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | ||
| 426 | + "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | ||
| 427 | + ); | ||
| 428 | + name = "[CP] Copy Pods Resources"; | ||
| 429 | + outputPaths = ( | ||
| 430 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | ||
| 431 | + ); | ||
| 432 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 433 | + shellPath = /bin/sh; | ||
| 434 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n"; | ||
| 443 | showEnvVarsInLog = 0; | 435 | showEnvVarsInLog = 0; |
| 444 | }; | 436 | }; |
| 445 | /* End PBXShellScriptBuildPhase section */ | 437 | /* End PBXShellScriptBuildPhase section */ |