From e472d07ae7fabb408d814da41fd85ed997491621 Mon Sep 17 00:00:00 2001 From: Jon Andersen Date: Wed, 22 Mar 2017 22:54:42 -0400 Subject: [PATCH] Update README with carthage documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8a7563c..39ab107 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,18 @@ it, simply add the following line to your Podfile: pod "SwiftyCam" ``` +### [Carthage](https://github.com/Carthage/Carthage) + +Add this to `Cartfile` + +``` +github "Awalz/SwiftyCam" ~> 2.1 +``` + +``` +$ carthage update SwiftyCam +``` + ### Manual Installation: Simply copy the contents of the Source folder into your project.