场景
为了提供pod install
的速度,常规操作都会切换到国内的镜像
$ cd ~/.cocoapods/repos
$ pod repo remove master
$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
CDN
从1.7.2
开始,已经完全切到CDN
上了。(我对CDN不熟,总之就是提速了,比之前快了,不用换镜像了) 1.8
以上甚至把CDN
作为默认源
使用,在Podfile
最上面添加即可
source 'https://cdn.cocoapods.org/'
参考:https://juejin.im/post/6844903998034542600