CocoPods本地库更新

更改Cocoapods github仓库为oschina

pod repo remove master

pod repo add master https://gitcafe.com/akuandev/Specs.git

pod repo update

pod setup

原github仓库地址

https://github.com/CocoaPods/Specs.git

Pod 常用操作指令

pod install --verbose --no-repo-update

pod update --verbose --no-repo-update

你可能感兴趣的:(CocoPods本地库更新)