(摘自
CocoaPods官网:http://cocoapods.org
)
有时CocoaPods没有你需要的pod资源,但是幸运的,你可以很容易的创建一个:
When you’re done, please create a ticket and upload the pod. You can also fork theCocoaPods specs GitHub repository and send a pull request. We really love contributions!pod spec create Peanut edit Peanut.podspec pod spec lint Peanut.podspec
补充:
如何在cocoapods中使用更新的pod:
http://www.cnblogs.com/procoder/archive/2013/01/15/how-to-get-updated-version-of-pods-on-cocoapods.html
参考:http://tw.polydice.com/2012/07/04/cocoapods/
http://cocoapods.org(官网,需翻墙)