索引:如何快速正确的安装 Ruby, Rails 运行环境
https://ruby-china.org/wiki/install_ruby_guide
安装使用教程
http://code4app.com/article/cocoapods-install-usage
扩展链接:
http://www.tuicool.com/articles/MRbaEnB
Podfile文件格式:
platform :ios, '7.0'
pod "AFNetworking", "~> 2.0"
常用命令:
pod search AFNetworking
pod install
pod update