Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 4caeb5d

Browse files
renyu-iofacebook-github-bot
authored andcommitted
update instructions for carthage
Summary: Closes #75 Differential Revision: D4361701 Pulled By: LazyChild fbshipit-source-id: e435bbf5d1ff5b41535c221b88659a314cb8c5d6
1 parent 98c62a6 commit 4caeb5d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ pod install
3737
```
3838
in the project directory in terminal.
3939

40+
##### Carthage
41+
Keyframes is also available through [Carthage](https://github.com/Carthage/Carthage).
42+
43+
Add the following to your Cartfile to get the **latest release** branch:
44+
```
45+
github "facebookincubator/Keyframes"
46+
```
47+
48+
Or, to get the **master** branch:
49+
```
50+
github "facebookincubator/Keyframes" "master"
51+
```
52+
53+
Run
54+
```
55+
> carthage update
56+
```
57+
58+
In Xcode, on your application targets’ **"General"** settings tab, in the **"Linked Frameworks and Libraries"** section, drag and drop the framework from the `Carthage/Build` folder.
59+
4060
#### Rendering Setup
4161

4262
Use the provided deserializers on the generated JSON blob from the **Image Data Extraction** step to create a `KFVector` model object. If your JSON blob lives in the assets directory, this might look like:

0 commit comments

Comments
 (0)