【CocoaPods安装和使用教程】
简单来说,就是先定义Podfile,在此文件中定义你需要的开源项目,然后运行pods install或pod update来完成对开源库的引用。总体来说算很方便。
参考:http://code4app.com/article/cocoapods-install-usage