1. 安裝Cocoapods
$ sudo gem install cocoapods
$ pod setup
備注:蘋果系統(tǒng)升級 OSX EL Capitan(10.11) 后改為:
$ sudo gem install -n /usr/local/bin cocoapods
2.更換ruby源
$ gem sources —remove https://rubygems.org/
$ gem sources -a https://ruby.taobao.org/
$ gem sources -l
備注
-l 查看當(dāng)前源列表
3.刪除所有master
$ pod repo remove master
4.添加新的master地址
$ pod repo add master https://gitclub.cn/CocoaPods/Specs.git
可能會警告以下內(nèi)容, 無視掉直接進(jìn)行下一步
[!] To setup the master specs repo, please run `pod setup`.
5.clone master 到本地
$ git clone https://gitclub.cn/CocoaPods/Specs.git ~/.cocoapods/repos/master
備注:需要花點時間, 耐心等待
6.執(zhí)行搜索命令
$ pod search "IWAlert"
備注:搜索命令會初始化master的搜索索引慕淡,僅第一次需要
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者