Swift + Recipies
A simple, decentralized dependency manager for Cocoa, Carthage is intended to be the simplest way to add frameworks to your Cocoa application.
Install Carthage by downloading the latest stable release
or you can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate Swifties into your Xcode project using Carthage, specify it in your Cartfile
:
github "boxenjim/Swifties"
Please refer to the Carthage documentation to build for ios for more specific details