cd 工程文件夹(拖拉进来)
touch Podfile
vi Podfile
platform:ios,’7.0’ // 最低7.0版本
target ‘这里放项目运行的名字’ do
pod ‘ReactiveCocoa’ //下载第三方库
end
pod install - -verbose - -no- repo-update //开始下载(如果安装慢得离谱就使用这句安装)
如果需要更新 、执行pod update
更多详情看:http://blog.youkuaiyun.com/wzzvictory/article/details/19178709
http://www.jianshu.com/p/5fc15906c53a
安装:http://www.jianshu.com/p/9e4e36ba8574