前期准备(安装过可以省略):1.查看ruby 2.更新 gem 3.安装cocoapods。
给个链接:http://www.jianshu.com/p/82a6d6c7b000
然后就是以下步骤:
1.pod repo remove master
2.pod repo add master https://gitcafe.com/akuandev/Specs.git
//会出现[!] To setup the master specs repo, please run pod setup
.不管它,继续。
3.git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master
//3步需要等三两分钟才开始下载,然后就是坐等十来分钟下载时间。
4.pod repo update
//到这结束前后大概20来分钟,试一下:pod search masonry
//再次感谢教程。
网友评论