http://blog.csdn.net/u014773226/article/details/52919153 pod詳情使用方法
http://www.lxweimin.com/p/716554fc9401 豆瓣模塊化
http://www.cnblogs.com/oc-bowen/p/5885476.html 模塊化
http://www.cocoachina.com/ios/20150228/11206.html 私有庫
iOS組件化實踐方案-LDBusMediator煉就
pod 私有庫庫提交前的驗證
--備注:AMspecs 為私有庫配置文件的總倉庫名稱
--TestLibrary為你建的私有庫名稱
$ pod lib lint
--verbose
--sources='http://你的庫倉庫地址/SPEC/AMspecs.git,https://github.com/CocoaPods/Specs.git'
--allow-warnings
$ git tag -m "first release" "0.1.0" #pod 打tag***
$ git push --tags #推送tag到遠端倉庫
$ pod repo push AMspecs TestLibrary.podspec
--allow-warnings
--verbose