cocoapods最新源

镜像源

查看镜像源列表

$ pod repo list
修改master镜像源

$ cd ~/.cocoapods/repos

$ pod repo remove master

gitee镜像

$ git clone https://gitee.com/mirrors/CocoaPods-Specs.git master (此镜像更快速,几m每秒)

把项目podfile里的source换:

source 'https://gitee.com/mirrors/CocoaPods-Specs.git'

清华镜像

$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
把项目podfile里的source换:

source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

你可能感兴趣的:(cocoapods最新源)