Commit 5c2501071ffac2dd6e25edbfad884ddc1d7e39e0
1 parent
2e94052a
修改源
Showing
1 changed file
with
2 additions
and
1 deletions
Podfile
| ... | ... | @@ -2,7 +2,8 @@ platform :ios, '8.0' |
| 2 | 2 | |
| 3 | 3 | use_frameworks! |
| 4 | 4 | source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' |
| 5 | - | |
| 5 | +#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' | |
| 6 | +source 'https://cdn.cocoapods.org' | |
| 6 | 7 | target 'CNLiveScioLive' do |
| 7 | 8 | #pod 'mob_sharesdk', '~> 4.1.4' |
| 8 | 9 | ... | ... |