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

Commit d79a491

Browse files
Merge branch 'release/2.0.1' into develop
2 parents 79a9d00 + 74ffab0 commit d79a491

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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.0"
3+
spec.version = "2.0.1"
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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ A camera view controller with custom image picker and image cropping.
88

99
### Features
1010

11-
- Front facing and rear facing camera support
12-
- Simple and clean look
13-
- Custom image picker with permission checking
14-
- Image cropping (square only)
15-
- Flash light support
11+
- [x] Front facing and rear facing camera
12+
- [x] Simple and clean look
13+
- [x] Custom image picker with permission checking
14+
- [x] Image cropping
15+
- [x] Flash light
16+
- [x] Zoom
17+
- [x] Tap to focus
1618

1719
### Installation & Requirements
1820
This project requires Xcode 8.3 to run and compiles with swift 3.1

0 commit comments

Comments
 (0)