Skip to content

Instantly share code, notes, and snippets.

@xdkoooo
Last active July 5, 2016 03:07
Show Gist options
  • Save xdkoooo/5f1ba30192ae9c5c18b17ab07fec4b8e to your computer and use it in GitHub Desktop.
Save xdkoooo/5f1ba30192ae9c5c18b17ab07fec4b8e to your computer and use it in GitHub Desktop.
cocoaPods 安装步骤
// update gem
sudo gem update
// change source
gem sources --remove https://rubygems.org/
gem sources -a http://ruby.taobao.org/
gem sources -l
// install
sudo gem install cocoapods
pod setup
// use pod
pod search 'AFNetWorking'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment