Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 21aa248

Browse files
Added Carthage instructions to the readme
1 parent 38e3906 commit 21aa248

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@ A camera view controller with custom image picker and image cropping.
2020
This project requires Xcode 8.3 to run and compiles with swift 3.1
2121
> Note: This library makes use of the AVFoundation camera API's which are unavailable on the iOS simulator. You'll need a real device to run it.
2222
23-
ALCameraViewController is available on CocoaPods. Add the following to your Podfile:
23+
CocoaPods:
24+
Add the following to your Podfile:
2425

2526
```ruby
2627
pod 'ALCameraViewController'
2728
```
2829

30+
Carthage:
31+
32+
```ruby
33+
github "alexlittlejohn/CameraViewController"
34+
```
35+
36+
2937
### Privacy (iOS 10) ###
3038
If you are building your app with iOS 10 or newer, you need to add two privacy keys to your app to allow the usage of the camera and photo library, or your app will crash.
3139

0 commit comments

Comments
 (0)