Commit 78f61bca69477c4bb61ac0de9b32aaafb6fd73d3
1 parent
5d493aac
更新podSpec依赖库
Showing
3 changed files
with
3 additions
and
3 deletions
CNLiveBLoginModule.podspec
| ... | ... | @@ -70,7 +70,7 @@ TODO: 网家家-登录模块. |
| 70 | 70 | # s.frameworks = 'UIKit', 'MapKit' |
| 71 | 71 | |
| 72 | 72 | # pod |
| 73 | - s.dependency 'CNLiveSDKs/CNLiveUserSystemSDK' #'~> 0.3.1.3' #GitHub所以指定版本号 | |
| 73 | + s.dependency 'CNLiveSDK/CNLiveUserSystemSDK' #GitHub所以指定版本号 | |
| 74 | 74 | s.dependency 'CNLiveTripartiteManagement/QMUIKit' |
| 75 | 75 | s.dependency 'CNLiveTripartiteManagement/YYKit' |
| 76 | 76 | s.dependency 'CNLiveTripartiteManagement/SDWebImage' | ... | ... |
Example/CNLiveBLoginModule.xcodeproj/project.pbxproj
| ... | ... | @@ -385,7 +385,7 @@ |
| 385 | 385 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", |
| 386 | 386 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBUserAgreement/CNLiveBUserAgreement.bundle", |
| 387 | 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 | 390 | name = "[CP] Copy Pods Resources"; |
| 391 | 391 | outputPaths = ( | ... | ... |