commit | 28463d4e8899bfadb0b3bdafa72df4be68d2dcaf | [log] [tgz] |
---|---|---|
author | Marius Rackwitz <git@mariusrackwitz.de> | Tue Nov 04 23:32:20 2014 +0100 |
committer | Marius Rackwitz <git@mariusrackwitz.de> | Thu Dec 25 18:02:06 2014 +0100 |
tree | f3f1100c4cb57a718c451615233916ca72c63dda | |
parent | 34a1cf34b47e1717a033734c0df05e954d6c662e [diff] |
Namespace the pod target product Pod target products are named after their specs. The namespacing cannot directly happen in the product name itself, because this must be equal to the module name and this will be used in source code, which should stay agnostic over the dependency manager. We need namespacing at all because multiple targets can exist for the same podspec and their products should not collide. This happens when mulitple user targets require the same pod, because they could require different sets of subspecs.
CocoaPods manages dependencies for your Xcode projects.
You specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.
Ultimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.
Installing and updating CocoaPods is very easy. Don't miss the Installation guide and the Getting started guide.
Lovingly sponsored by Fingertips, Hipbyte, Artsy and Sauspiel.
All CocoaPods development happens on GitHub. Contributions make for good karma and we welcome new contributors with joy.
Link | Description |
---|---|
CocoaPods.org | Homepage and search for Pods. |
@CocoaPods | Follow CocoaPods on Twitter to stay up to date. |
Blog | The CocoaPods blog. |
Mailing List | Feel free to ask any kind of question. |
Guides | Everything you want to know about CocoaPods. |
Changelog | See the changes introduced in each CocoaPods version. |
New Pods RSS | Don't miss any new Pods. |
CocoaPods is composed of the following projects:
Status | Project | Description | Info |
---|---|---|---|
CocoaPods | The CocoaPods command line tool. | guides | |
CocoaPods Core | Support for working with specifications and podfiles. | docs | |
CocoaPods Downloader | Downloaders for various source types. | docs | |
Xcodeproj | Create and modify Xcode projects from Ruby. | docs | |
CLAide | A small command-line interface framework. | docs | |
Molinillo | A powerful generic dependency resolver. | docs | |
Master Repo | Master repository of specifications. | guide |