Skip to content

Commit a0f60fb

Browse files
Merge pull request #12 from apivideo/bugfix/swift5_carthage
fix(swift5): add missing link to Carthage repo
2 parents a408b20 + c23fb77 commit a0f60fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ It allows you to upload videos in two ways:
3636

3737
### Carthage
3838

39+
Specify it in your `Cartfile`:
40+
41+
```
42+
github "apivideo/api.video-ios-uploader" ~> 0.1.0
43+
```
44+
3945
Run `carthage update`
4046

4147
### CocoaPods

0 commit comments

Comments
 (0)