mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-27 15:07:43 +00:00
Update README with carthage documentation
This commit is contained in:
parent
f3321c0ea6
commit
e472d07ae7
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -52,6 +52,18 @@ it, simply add the following line to your Podfile:
|
||||||
pod "SwiftyCam"
|
pod "SwiftyCam"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### [Carthage](https://github.com/Carthage/Carthage)
|
||||||
|
|
||||||
|
Add this to `Cartfile`
|
||||||
|
|
||||||
|
```
|
||||||
|
github "Awalz/SwiftyCam" ~> 2.1
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
$ carthage update SwiftyCam
|
||||||
|
```
|
||||||
|
|
||||||
### Manual Installation:
|
### Manual Installation:
|
||||||
|
|
||||||
Simply copy the contents of the Source folder into your project.
|
Simply copy the contents of the Source folder into your project.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue