VendorKit – an iOS library management system (vendorkit.com)
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.
8 comments
[ 14.8 ms ] story [ 510 ms ] threadThis alternative has been working really well for us so far: https://github.com/CocoaPods/CocoaPods
It has the added benefit of encouraging good practices in library development as described here: http://blog.carbonfive.com/2011/04/04/using-open-source-stat...
As it is, I rarely have trouble incorporating 3rd party libraries into my projects.
http://zmotula.tumblr.com/post/10157814684
But you’re right – once the library developer packages his code as a static library with good project settings, there are few problems left.
Compare this to CocoaPods: https://github.com/CocoaPods/CocoaPods/commits/master/