From 034cddbe366ed5917db186f385af7f1897879ccf Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Mon, 13 Dec 2021 09:29:06 +0000 Subject: [PATCH] fix(swift5): add missing link to Carthage repo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 70d581f..ef0e6ae 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ api.video's iOS client streamlines the coding process. Chunking files is handled ### Carthage +Specify it in your `Cartfile`: + +``` +github "apivideo/api.video-ios-client" ~> 0.1.0 +``` + Run `carthage update` ### CocoaPods