Last active
July 5, 2016 03:07
-
-
Save xdkoooo/5f1ba30192ae9c5c18b17ab07fec4b8e to your computer and use it in GitHub Desktop.
cocoaPods 安装步骤
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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