VendorKit: dependency management for iOS and OSX development
Overview
VendorKit makes the process of using and managing libraries in iOS easy. VendorKit is modeled after Bundler. VendorKit streamlines the installation and update process for dependent libraries. It also tracks versions and manages dependencies between libraries.
How does it work?
VendorKit works by making direct modifications to your project file. When you install a library, vendor will copy all the source files, build setting and frameworks to your project, then save it. That way, when you want to install a library, all you have to do is add it to your Vendorfile, and then type into your Terminal vendor install
http://vendorkit.com/

