标签:
cocoapods 安装
gem sources --remove https://rubygems.org/
gem sources -a http://ruby.taobao.org
sudo gem install cocoapods
http://code4app.com/article/cocoapods-install-usage
pod repo remove master
使用oschina 镜像
pod repo add master http://git.oschina.net/akuandev/Specs.git
pod repo update
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
标签:
原文地址:http://www.cnblogs.com/allanliu/p/4624160.html