Is there a packer for Xcode? (e.g. NuGet)

I am looking for an easy way to reuse code in xcode 4.3. Is there a tool like NuGet for Xcode?

+5
source share
2 answers

Checkout CocoaPods , Objective-C library dependency manager.

+7
source

See this project for the Xcode package manager:

Alcatraz Package Manager

It is currently limited to the listed plugins.

+1
source

All Articles