cocoapods最新源

2022-03-09  本文已影响0人  iOS_zy

镜像源

查看镜像源列表

$ 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'

上一篇下一篇

猜你喜欢

热点阅读