Commit 78f61bca69477c4bb61ac0de9b32aaafb6fd73d3
1 parent
5d493aac
更新podSpec依赖库
Showing
3 changed files
with
3 additions
and
3 deletions
CNLiveBLoginModule.podspec
| @@ -70,7 +70,7 @@ TODO: 网家家-登录模块. | @@ -70,7 +70,7 @@ TODO: 网家家-登录模块. | ||
| 70 | # s.frameworks = 'UIKit', 'MapKit' | 70 | # s.frameworks = 'UIKit', 'MapKit' |
| 71 | 71 | ||
| 72 | # pod | 72 | # pod |
| 73 | - s.dependency 'CNLiveSDKs/CNLiveUserSystemSDK' #'~> 0.3.1.3' #GitHub所以指定版本号 | 73 | + s.dependency 'CNLiveSDK/CNLiveUserSystemSDK' #GitHub所以指定版本号 |
| 74 | s.dependency 'CNLiveTripartiteManagement/QMUIKit' | 74 | s.dependency 'CNLiveTripartiteManagement/QMUIKit' |
| 75 | s.dependency 'CNLiveTripartiteManagement/YYKit' | 75 | s.dependency 'CNLiveTripartiteManagement/YYKit' |
| 76 | s.dependency 'CNLiveTripartiteManagement/SDWebImage' | 76 | s.dependency 'CNLiveTripartiteManagement/SDWebImage' |
Example/CNLiveBLoginModule.xcodeproj/project.pbxproj
| @@ -385,7 +385,7 @@ | @@ -385,7 +385,7 @@ | ||
| 385 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", | 385 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", |
| 386 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBUserAgreement/CNLiveBUserAgreement.bundle", | 386 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBUserAgreement/CNLiveBUserAgreement.bundle", |
| 387 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", | 387 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", |
| 388 | - "${PODS_ROOT}/WeiboSDK/libWeiboSDK/WeiboSDK.bundle", | 388 | + "${PODS_ROOT}/Weibo_SDK/libWeiboSDK/WeiboSDK.bundle", |
| 389 | ); | 389 | ); |
| 390 | name = "[CP] Copy Pods Resources"; | 390 | name = "[CP] Copy Pods Resources"; |
| 391 | outputPaths = ( | 391 | outputPaths = ( |
Example/Podfile
| 1 | use_frameworks! | 1 | use_frameworks! |
| 2 | -source 'https://github.com/CocoaPods/Specs.git' | 2 | +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' |
| 3 | source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | 3 | source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' |
| 4 | platform :ios, '9.0' | 4 | platform :ios, '9.0' |
| 5 | 5 |