Skip to content

Commit

Permalink
Added Carthage support
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Dec 10, 2015
1 parent 082697f commit c137d76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c137d76

Please sign in to comment.