mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-12 07:42:42 +02:00
Added Carthage support
This commit is contained in:
@@ -102,6 +102,18 @@ Then, run the following command:
|
|||||||
$ pod install
|
$ 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
|
## Usage
|
||||||
|
|
||||||
### Simple 1-line Setup
|
### Simple 1-line Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user