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

Commit 96fac14

Browse files
Merge branch 'release/2.0.3'
2 parents 731ae25 + 21aa248 commit 96fac14

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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

ALCameraViewController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
1F3C56291F701CA7009667E9 /* CroppingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AC96FA11F5B5166003E53F4 /* CroppingParameters.swift */; };
1011
7AC96FA21F5B5166003E53F4 /* CroppingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AC96FA11F5B5166003E53F4 /* CroppingParameters.swift */; };
1112
C40665441C73A47C00EB9751 /* SingleImageSaver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40665431C73A47C00EB9751 /* SingleImageSaver.swift */; };
1213
C40665461C73A94100EB9751 /* CameraGlobals.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40665451C73A94100EB9751 /* CameraGlobals.swift */; };
@@ -340,6 +341,7 @@
340341
C482A0031CAEB18D00541D08 /* ImageFetcher.swift in Sources */,
341342
C482A0041CAEB18D00541D08 /* SingleImageSaver.swift in Sources */,
342343
C482A0051CAEB18D00541D08 /* SingleImageFetcher.swift in Sources */,
344+
1F3C56291F701CA7009667E9 /* CroppingParameters.swift in Sources */,
343345
C482A0061CAEB18D00541D08 /* Utilities.swift in Sources */,
344346
C482A0071CAEB18D00541D08 /* CameraShot.swift in Sources */,
345347
C482A0081CAEB18D00541D08 /* CameraGlobals.swift in Sources */,

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)