Last Updated: February 25, 2016
·
1.08K
· wuotr

Manage library dependencies in Objective-C projects with CocoaPods

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.

Check it out: https://github.com/CocoaPods/CocoaPods.