CocoaPods trunk is moving to be read-only. Read more on theblog, there are 14 months to go.
Create a Podfile describing the code you'd like to pull in. Runpod install and get the same versions as everyone else in your team.
CocoaPods makes updating a single dependency easy viapod update FLKAutoLayout or updating all of them with justpod update.
You can use your code or Open Source.
# open sourcesource'https://github.com/CocoaPods/Specs.git'# my worksource'https://github.com/Artsy/Specs.git'target'App'dopod'Artsy+UIColors'pod'Artsy+UIButtons'pod'FLKAutoLayout'pod'ISO8601DateFormatter', '0.7'pod'AFNetworking', '~> 2.0'target'AppTests'doinherit! :search_pathspod'FBSnapshotTestCase'pod'Quick'pod'Nimble'endend
Development is a trade off between complexity and features. We keep CocoaPods focused by offering plugin support.
Experiment with newplugins likepackager,keys,roulette,deintegrate,repo-svn,release andsorted-search.
Want to handle integration yourself? You can disable our integration using theinstall! directive.
Then you can decide how to move your pods into your app.
Discover interesting library authors via@CocoaPodsFeed + @CremeDeLaPods on twitter.
The CocoaPods search sorts libraries on the homepage so thehighest quality rise to the top.
We take our documentation seriously.
We have guides forgetting started,bootstrapping a new library,contributing backand usingprivate pods.
We have a self-updating Mac app that hosts everything you need to run CocoaPods.
You can use all the features you know and love from the Terminal and some features with a GUI. Best of both worlds.
DownloadLearn More…Installation via the command line is easy. Followthis guide for more info.
[sudo] gem install cocoapods
Installation via the command line is easy. Followthis guide for more info.
[sudo] gem install cocoapods