mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-23 18:01:28 +01:00
Added Carthage support
This commit is contained in:
12
README.md
12
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
|
||||
|
||||
Reference in New Issue
Block a user