Commit 6e365135b94751f474410674f0b53a10fa68634c
1 parent
a506f27e
0.1.2
Showing
3 changed files
with
25 additions
and
55 deletions
CNLiveTripartiteManagement.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'CNLiveTripartiteManagement' | 3 | s.name = 'CNLiveTripartiteManagement' |
| 4 | - s.version = '0.1.1' | 4 | + s.version = '0.1.2' |
| 5 | s.summary = '所有三方库版本管理' | 5 | s.summary = '所有三方库版本管理' |
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| 7 | 所有三方库版本管理组件 | 7 | 所有三方库版本管理组件 |
| @@ -41,8 +41,8 @@ Pod::Spec.new do |s| | @@ -41,8 +41,8 @@ Pod::Spec.new do |s| | ||
| 41 | fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' | 41 | fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*' |
| 42 | end | 42 | end |
| 43 | s.subspec 'QMUIKit' do |qmuikit| | 43 | s.subspec 'QMUIKit' do |qmuikit| |
| 44 | - qmuikit.dependency 'QMUIKit', '3.1.9' | ||
| 45 | - qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*' | 44 | + qmuikit.dependency 'QMUIKit', '3.1.9' |
| 45 | + qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*' | ||
| 46 | end | 46 | end |
| 47 | s.subspec 'tingyunApp' do |tingyun| | 47 | s.subspec 'tingyunApp' do |tingyun| |
| 48 | tingyun.dependency 'tingyunApp', '2.13.2' | 48 | tingyun.dependency 'tingyunApp', '2.13.2' |
| @@ -96,18 +96,19 @@ Pod::Spec.new do |s| | @@ -96,18 +96,19 @@ Pod::Spec.new do |s| | ||
| 96 | chain.dependency 'SAMKeychain','1.5.3' | 96 | chain.dependency 'SAMKeychain','1.5.3' |
| 97 | chain.source_files = 'CNLiveTripartiteManagement/Classes/SAMKeychain/*' | 97 | chain.source_files = 'CNLiveTripartiteManagement/Classes/SAMKeychain/*' |
| 98 | end | 98 | end |
| 99 | - s.subspec 'MBProgressHUD' do |hud| | ||
| 100 | - hud.dependency 'MBProgressHUD','1.1.0' | ||
| 101 | - hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' | ||
| 102 | - end | 99 | + #s.subspec 'MBProgressHUD' do |hud| |
| 100 | + #hud.dependency 'MBProgressHUD','1.1.0' | ||
| 101 | + # hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' | ||
| 102 | + #end | ||
| 103 | + | ||
| 103 | s.subspec 'BaiduMapKit' do |map| | 104 | s.subspec 'BaiduMapKit' do |map| |
| 104 | - map.dependency 'BaiduMapKit', '4.4.0' | ||
| 105 | - map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | ||
| 106 | - end | 105 | + map.dependency 'BaiduMapKit', '4.4.0' |
| 106 | + map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | ||
| 107 | + end | ||
| 107 | s.subspec 'BMKLocationKit' do |location| | 108 | s.subspec 'BMKLocationKit' do |location| |
| 108 | location.dependency 'BMKLocationKit', '1.7.0' | 109 | location.dependency 'BMKLocationKit', '1.7.0' |
| 109 | location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' | 110 | location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' |
| 110 | - end | 111 | + end |
| 111 | s.subspec 'FLAnimatedImage' do |flImage| | 112 | s.subspec 'FLAnimatedImage' do |flImage| |
| 112 | flImage.dependency 'FLAnimatedImage', '1.0.12' | 113 | flImage.dependency 'FLAnimatedImage', '1.0.12' |
| 113 | flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*' | 114 | flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*' |
CNLiveTripartiteManagement/Classes/MBProgressHUD/README.md deleted
100644 → 0
| 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 | - 1CA4264CAD166DEB3D88BC99 /* [CP] Copy Pods Resources */, | 211 | + 7F9C6D28B49068E62E781C29 /* [CP] Copy Pods Resources */, |
| 212 | ); | 212 | ); |
| 213 | buildRules = ( | 213 | buildRules = ( |
| 214 | ); | 214 | ); |
| @@ -320,7 +320,7 @@ | @@ -320,7 +320,7 @@ | ||
| 320 | 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"; | 320 | 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"; |
| 321 | showEnvVarsInLog = 0; | 321 | showEnvVarsInLog = 0; |
| 322 | }; | 322 | }; |
| 323 | - 1CA4264CAD166DEB3D88BC99 /* [CP] Copy Pods Resources */ = { | 323 | + 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { |
| 324 | isa = PBXShellScriptBuildPhase; | 324 | isa = PBXShellScriptBuildPhase; |
| 325 | buildActionMask = 2147483647; | 325 | buildActionMask = 2147483647; |
| 326 | files = ( | 326 | files = ( |
| @@ -328,21 +328,21 @@ | @@ -328,21 +328,21 @@ | ||
| 328 | inputFileListPaths = ( | 328 | inputFileListPaths = ( |
| 329 | ); | 329 | ); |
| 330 | inputPaths = ( | 330 | inputPaths = ( |
| 331 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh", | ||
| 332 | - "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/mapapi.bundle", | 331 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 332 | + "${PODS_ROOT}/Manifest.lock", | ||
| 333 | ); | 333 | ); |
| 334 | - name = "[CP] Copy Pods Resources"; | 334 | + name = "[CP] Check Pods Manifest.lock"; |
| 335 | outputFileListPaths = ( | 335 | outputFileListPaths = ( |
| 336 | ); | 336 | ); |
| 337 | outputPaths = ( | 337 | outputPaths = ( |
| 338 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", | 338 | + "$(DERIVED_FILE_DIR)/Pods-CNLiveTripartiteManagement_Tests-checkManifestLockResult.txt", |
| 339 | ); | 339 | ); |
| 340 | runOnlyForDeploymentPostprocessing = 0; | 340 | runOnlyForDeploymentPostprocessing = 0; |
| 341 | shellPath = /bin/sh; | 341 | shellPath = /bin/sh; |
| 342 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\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 | - 508C64F5F5FB9B031EE13FF4 /* [CP] Check Pods Manifest.lock */ = { | 345 | + 7F9C6D28B49068E62E781C29 /* [CP] Copy Pods Resources */ = { |
| 346 | isa = PBXShellScriptBuildPhase; | 346 | isa = PBXShellScriptBuildPhase; |
| 347 | buildActionMask = 2147483647; | 347 | buildActionMask = 2147483647; |
| 348 | files = ( | 348 | files = ( |
| @@ -350,18 +350,18 @@ | @@ -350,18 +350,18 @@ | ||
| 350 | inputFileListPaths = ( | 350 | inputFileListPaths = ( |
| 351 | ); | 351 | ); |
| 352 | inputPaths = ( | 352 | inputPaths = ( |
| 353 | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
| 354 | - "${PODS_ROOT}/Manifest.lock", | 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 | ); | 355 | ); |
| 356 | - name = "[CP] Check Pods Manifest.lock"; | 356 | + name = "[CP] Copy Pods Resources"; |
| 357 | outputFileListPaths = ( | 357 | outputFileListPaths = ( |
| 358 | ); | 358 | ); |
| 359 | outputPaths = ( | 359 | outputPaths = ( |
| 360 | - "$(DERIVED_FILE_DIR)/Pods-CNLiveTripartiteManagement_Tests-checkManifestLockResult.txt", | 360 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/mapapi.bundle", |
| 361 | ); | 361 | ); |
| 362 | runOnlyForDeploymentPostprocessing = 0; | 362 | runOnlyForDeploymentPostprocessing = 0; |
| 363 | shellPath = /bin/sh; | 363 | shellPath = /bin/sh; |
| 364 | - 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"; | 364 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-resources.sh\"\n"; |
| 365 | showEnvVarsInLog = 0; | 365 | showEnvVarsInLog = 0; |
| 366 | }; | 366 | }; |
| 367 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */ = { | 367 | 8AB6FC670432AD2CD44BADEC /* [CP] Embed Pods Frameworks */ = { |
| @@ -380,7 +380,6 @@ | @@ -380,7 +380,6 @@ | ||
| 380 | "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | 380 | "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", |
| 381 | "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | 381 | "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", |
| 382 | "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", | 382 | "${BUILT_PRODUCTS_DIR}/Ks3SDK/Ks3SDK.framework", |
| 383 | - "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | ||
| 384 | "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", | 383 | "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", |
| 385 | "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", | 384 | "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework", |
| 386 | "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", | 385 | "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", |
| @@ -414,7 +413,6 @@ | @@ -414,7 +413,6 @@ | ||
| 414 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | 413 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", |
| 415 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | 414 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", |
| 416 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", | 415 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ks3SDK.framework", |
| 417 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | ||
| 418 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | 416 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", |
| 419 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", | 417 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework", |
| 420 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", | 418 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", |