Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 2.71 KB

README.md

File metadata and controls

86 lines (55 loc) · 2.71 KB

CocoaPods

CocoaPods is an Objective-C library package manager. It tries to take away all hard work of maintaining your dependencies, but in a lean and flexible way.

Its goal is to create a more centralized overview of open-source libraries and unify the way in which we deal with them, like RubyGems[http://rubygems.org] does for the Ruby community.

CocoaPods will:

  • Calculate the right set of versions of all of your project’s dependencies. Currently the resolver is very naive and any conflicts will have to be solved by you, the user. This will change in the future.
  • Install dependencies.
  • Set them up to be build as part of a ‘dependency’ static library, which your project links against.

For more in depth information see the wiki.

NOTE: At the moment only iOS projects are supported, but this will be fixed in the very near future.

Installing CocoaPods

You’ll need MacRuby. CocoaPods itself installs through RubyGems, the Ruby package manager:

NOTE: There actually is no MacRuby homebrew formula yet, but it's being worked on as we speak, well, you reading this.

$ brew install macruby
$ macgem install cocoapods
$ pod setup

The load time can be improved a bit by compiling the Ruby source files:

$ macgem install rubygems-compile
$ macgem compile cocoapods

Contributing

  • We need specifications for as many libraries as possible, which will help in adoption and finding CocoaPods issues that need to be addressed.

  • There needs to be proper documentation and guides with screenshots, screencasts, blog posts, etcetera.

  • The project is still very young, so there's a lot still on the table. Feel free to create tickets with ideas, feedback, and issues.

  • If you're looking for other things to do, check the tickets and the example specification which contains a lot of ideas we may, or may not, want to support.

I will give out push access to the cocoapods and master spec-repo to anyone that has _one) patch accepted.

Contact

IRC:

  • #cocoapods on irc.freenode.net

Eloy Durán:

LICENSE

These works are available under the MIT license. See the LICENSE file for more info.