Commit fa11a214fcecb172c0791ad59c6f7000723b2057
1 parent
d8a89ca9
0.4.4.004
Showing
7 changed files
with
50 additions
and
38 deletions
DSCnliveShopSDK.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'DSCnliveShopSDK' | 3 | s.name = 'DSCnliveShopSDK' |
| 4 | - s.version = '0.4.4.003' | 4 | + s.version = '0.4.4.004' |
| 5 | s.summary = 'cnlive电商SDK' | 5 | s.summary = 'cnlive电商SDK' |
| 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' | 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' |
| 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/4/13. | 5 | // Created by zhaolin on 2019/4/13. |
| 6 | // Copyright © 2019年 BIKE. All rights reserved. | 6 | // Copyright © 2019年 BIKE. All rights reserved. |
| 7 | -// 当前版本0.4.4.003 | 7 | +// 当前版本0.4.4.004 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKEnum.h
| @@ -36,6 +36,7 @@ typedef NS_ENUM(NSUInteger, DSServiceSkipType) {//服务号跳转类型 | @@ -36,6 +36,7 @@ typedef NS_ENUM(NSUInteger, DSServiceSkipType) {//服务号跳转类型 | ||
| 36 | DSServiceSkipTypeReleaseInterface = 0, //跳转发布界面 | 36 | DSServiceSkipTypeReleaseInterface = 0, //跳转发布界面 |
| 37 | DSServiceSkipTypeOnlineGamesVC, //跳转线上赛事界面 | 37 | DSServiceSkipTypeOnlineGamesVC, //跳转线上赛事界面 |
| 38 | DSServiceSkipTypeGlobalGoodsShopVC, //跳转环球优物界面 | 38 | DSServiceSkipTypeGlobalGoodsShopVC, //跳转环球优物界面 |
| 39 | + DSServiceSkipTypeLeaderTopicVC //跳转到领头雁 | ||
| 39 | }; | 40 | }; |
| 40 | 41 | ||
| 41 | #endif /* DSCnliveShopSDKEnum_h */ | 42 | #endif /* DSCnliveShopSDKEnum_h */ |
Example/DSCnliveShopSDK.xcodeproj/project.pbxproj
| @@ -207,7 +207,7 @@ | @@ -207,7 +207,7 @@ | ||
| 207 | 6003F586195388D20070C39A /* Sources */, | 207 | 6003F586195388D20070C39A /* Sources */, |
| 208 | 6003F587195388D20070C39A /* Frameworks */, | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 6003F588195388D20070C39A /* Resources */, | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | - DB2285008BA381A48EBDD16D /* [CP] Embed Pods Frameworks */, | 210 | + 9A72CFD6EA3F271E82589E70 /* [CP] Embed Pods Frameworks */, |
| 211 | ); | 211 | ); |
| 212 | buildRules = ( | 212 | buildRules = ( |
| 213 | ); | 213 | ); |
| @@ -320,29 +320,7 @@ | @@ -320,29 +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 | - B9988B8E093B658159EE745F /* [CP] Check Pods Manifest.lock */ = { | ||
| 324 | - isa = PBXShellScriptBuildPhase; | ||
| 325 | - buildActionMask = 2147483647; | ||
| 326 | - files = ( | ||
| 327 | - ); | ||
| 328 | - inputFileListPaths = ( | ||
| 329 | - ); | ||
| 330 | - inputPaths = ( | ||
| 331 | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
| 332 | - "${PODS_ROOT}/Manifest.lock", | ||
| 333 | - ); | ||
| 334 | - name = "[CP] Check Pods Manifest.lock"; | ||
| 335 | - outputFileListPaths = ( | ||
| 336 | - ); | ||
| 337 | - outputPaths = ( | ||
| 338 | - "$(DERIVED_FILE_DIR)/Pods-DSCnliveShopSDK_Example-checkManifestLockResult.txt", | ||
| 339 | - ); | ||
| 340 | - runOnlyForDeploymentPostprocessing = 0; | ||
| 341 | - shellPath = /bin/sh; | ||
| 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; | ||
| 344 | - }; | ||
| 345 | - DB2285008BA381A48EBDD16D /* [CP] Embed Pods Frameworks */ = { | 323 | + 9A72CFD6EA3F271E82589E70 /* [CP] Embed Pods Frameworks */ = { |
| 346 | isa = PBXShellScriptBuildPhase; | 324 | isa = PBXShellScriptBuildPhase; |
| 347 | buildActionMask = 2147483647; | 325 | buildActionMask = 2147483647; |
| 348 | files = ( | 326 | files = ( |
| @@ -350,12 +328,14 @@ | @@ -350,12 +328,14 @@ | ||
| 350 | inputPaths = ( | 328 | inputPaths = ( |
| 351 | "${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh", | 329 | "${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh", |
| 352 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | 330 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 353 | - "${BUILT_PRODUCTS_DIR}/BKCycleScrollView/BKCycleScrollView.framework", | ||
| 354 | - "${BUILT_PRODUCTS_DIR}/BKPickerView/BKPickerView.framework", | ||
| 355 | - "${BUILT_PRODUCTS_DIR}/BKTimer/BKTimer.framework", | ||
| 356 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", | 331 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 357 | - "${PODS_ROOT}/../../DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework", | ||
| 358 | - "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | 332 | + "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLiveEncryptSDK.framework", |
| 333 | + "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLivePaySDK.framework", | ||
| 334 | + "${PODS_ROOT}/DSARModuleF/DSARModuleF/Frameworks/DSARModule.framework", | ||
| 335 | + "${PODS_ROOT}/DSBaseModuleF/DSBaseModuleF/Frameworks/DSBaseModule.framework", | ||
| 336 | + "${PODS_ROOT}/../../DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework", | ||
| 337 | + "${BUILT_PRODUCTS_DIR}/DSGTMBase64/DSGTMBase64.framework", | ||
| 338 | + "${PODS_ROOT}/DSToolsModuleF/DSToolsModuleF/Frameworks/DSToolsModule.framework", | ||
| 359 | "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", | 339 | "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", |
| 360 | "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework", | 340 | "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework", |
| 361 | "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", | 341 | "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", |
| @@ -368,17 +348,21 @@ | @@ -368,17 +348,21 @@ | ||
| 368 | "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", | 348 | "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", |
| 369 | "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", | 349 | "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", |
| 370 | "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", | 350 | "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", |
| 351 | + "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework", | ||
| 352 | + "${BUILT_PRODUCTS_DIR}/YBImageBrowser_DSCnliveShop/YBImageBrowser_DSCnliveShop.framework", | ||
| 371 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", | 353 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", |
| 372 | ); | 354 | ); |
| 373 | name = "[CP] Embed Pods Frameworks"; | 355 | name = "[CP] Embed Pods Frameworks"; |
| 374 | outputPaths = ( | 356 | outputPaths = ( |
| 375 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | 357 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 376 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKCycleScrollView.framework", | ||
| 377 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKPickerView.framework", | ||
| 378 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKTimer.framework", | ||
| 379 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", | 358 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 359 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEncryptSDK.framework", | ||
| 360 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLivePaySDK.framework", | ||
| 361 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSARModule.framework", | ||
| 362 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSBaseModule.framework", | ||
| 380 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSCnliveShopSDK.framework", | 363 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSCnliveShopSDK.framework", |
| 381 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | 364 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSGTMBase64.framework", |
| 365 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSToolsModule.framework", | ||
| 382 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", | 366 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", |
| 383 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework", | 367 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework", |
| 384 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", | 368 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", |
| @@ -391,6 +375,8 @@ | @@ -391,6 +375,8 @@ | ||
| 391 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", | 375 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", |
| 392 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", | 376 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", |
| 393 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", | 377 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", |
| 378 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework", | ||
| 379 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser_DSCnliveShop.framework", | ||
| 394 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", | 380 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", |
| 395 | ); | 381 | ); |
| 396 | runOnlyForDeploymentPostprocessing = 0; | 382 | runOnlyForDeploymentPostprocessing = 0; |
| @@ -398,6 +384,28 @@ | @@ -398,6 +384,28 @@ | ||
| 398 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh\"\n"; | 384 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh\"\n"; |
| 399 | showEnvVarsInLog = 0; | 385 | showEnvVarsInLog = 0; |
| 400 | }; | 386 | }; |
| 387 | + B9988B8E093B658159EE745F /* [CP] Check Pods Manifest.lock */ = { | ||
| 388 | + isa = PBXShellScriptBuildPhase; | ||
| 389 | + buildActionMask = 2147483647; | ||
| 390 | + files = ( | ||
| 391 | + ); | ||
| 392 | + inputFileListPaths = ( | ||
| 393 | + ); | ||
| 394 | + inputPaths = ( | ||
| 395 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
| 396 | + "${PODS_ROOT}/Manifest.lock", | ||
| 397 | + ); | ||
| 398 | + name = "[CP] Check Pods Manifest.lock"; | ||
| 399 | + outputFileListPaths = ( | ||
| 400 | + ); | ||
| 401 | + outputPaths = ( | ||
| 402 | + "$(DERIVED_FILE_DIR)/Pods-DSCnliveShopSDK_Example-checkManifestLockResult.txt", | ||
| 403 | + ); | ||
| 404 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 405 | + shellPath = /bin/sh; | ||
| 406 | + 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"; | ||
| 407 | + showEnvVarsInLog = 0; | ||
| 408 | + }; | ||
| 401 | /* End PBXShellScriptBuildPhase section */ | 409 | /* End PBXShellScriptBuildPhase section */ |
| 402 | 410 | ||
| 403 | /* Begin PBXSourcesBuildPhase section */ | 411 | /* Begin PBXSourcesBuildPhase section */ |
Example/Podfile
| 1 | use_frameworks! | 1 | use_frameworks! |
| 2 | - | 2 | +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' |
| 3 | +#source 'https://github.com/CocoaPods/Specs.git' | ||
| 4 | +source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | ||
| 5 | +source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git' | ||
| 3 | platform :ios, '9.0' | 6 | platform :ios, '9.0' |
| 4 | 7 | ||
| 5 | target 'DSCnliveShopSDK_Example' do | 8 | target 'DSCnliveShopSDK_Example' do |
Example/Pods/Local Podspecs/DSCnliveShopSDK.podspec.json
| 1 | { | 1 | { |
| 2 | "name": "DSCnliveShopSDK", | 2 | "name": "DSCnliveShopSDK", |
| 3 | - "version": "0.4.4.002", | 3 | + "version": "0.4.4.004", |
| 4 | "summary": "cnlive电商SDK", | 4 | "summary": "cnlive电商SDK", |
| 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK", | 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK", |
| 6 | "license": { | 6 | "license": { |
| @@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
| 12 | }, | 12 | }, |
| 13 | "source": { | 13 | "source": { |
| 14 | "git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git", | 14 | "git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git", |
| 15 | - "tag": "0.4.4.002" | 15 | + "tag": "0.4.4.004" |
| 16 | }, | 16 | }, |
| 17 | "platforms": { | 17 | "platforms": { |
| 18 | "ios": "9.0" | 18 | "ios": "9.0" |