CocoaPods is the dependency manager for objective-C and swift Cocoa projects.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has almost ten thousand libraries and can help you scale your projects elegantly. Get on with building your app, not duplicating code.
- Homepage: cocoapods.org
- Guides: guides.cocoapods.org
- Using
- Making
- Twitter: @CocoaPods
- Mailing List: Google Groups
You specify the dependencies for your project in one text file named Podfile. 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.