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

Commit 547f058

Browse files
Merge branch 'release/2.0.3' into develop
2 parents 2774929 + 21aa248 commit 547f058

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ALCameraViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ALCameraViewController"
3-
spec.version = "2.0.2"
3+
spec.version = "2.0.3"
44
spec.summary = "A camera view controller with custom image picker and image cropping."
55
spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s }
66
spec.requires_arc = true

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)