Update README with carthage documentation

This commit is contained in:
Jon Andersen 2017-03-22 22:54:42 -04:00
parent f3321c0ea6
commit e472d07ae7

View file

@ -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.