From c137d761e4c4a6ab822ee95f55a63d074396af18 Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Thu, 10 Dec 2015 11:08:05 -0500 Subject: [PATCH] Added Carthage support --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0acf1ef..a6cc15e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,18 @@ Then, run the following command: $ pod install ``` +### Carthage + +[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. + +Once you [install](https://github.com/Carthage/Carthage#installing-carthage) Carthage, you can integrate Armchair into your Xcode project by specifying it in your `Cartfile`: + +```ogdl +github "UrbanApps/Armchair" +``` + +Run `carthage update` to build the framework and drag the built `Armchair.framework` into your Xcode project. + ## Usage ### Simple 1-line Setup