CocoaPods镜像使用帮助CocoaPods是一个Cocoa和CocoaTouch框架的依赖管理器,具体原理和Homebrew有点类似,都是从GitHub下载索引,然后根据索引下载依赖的源代码。对于旧版的CocoaPods可以使用如下方法使用 tuna 的镜像:$ pod repo remove master$ pod repo add master https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git$ pod repo update新版的CocoaPods不允许用pod repo add直接添加master库了,但是依然可以:$ cd~/.cocoapods/repos $ pod repo remove master$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master最后进入自己的工程,在自己工程的podFile第一行加上:source'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
更新 Cocoapods 库如何解决 pod setup 过慢的问题
清华源:https://mirrors.tuna.tsinghua.edu.cn/help/CocoaPods/
作者:satoshi_uma
链接:https://www.jianshu.com/p/a18ca0c4c070
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
网友评论