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

Commit 7936632

Browse files
Merge branch 'release/1.4.1' into develop
2 parents d6614da + 116b93a commit 7936632

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ALCameraViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ALCameraViewController"
3-
spec.version = "1.4.0"
4-
spec.summary = "A camera view controller with custom image picker and image cropping. Written in Swift."
3+
spec.version = "1.4.1"
4+
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
77
spec.platform = :ios, "8.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ALCameraViewController
2-
A camera view controller with custom image picker and image cropping. Written in Swift.
2+
A camera view controller with custom image picker and image cropping.
33

44
![camera](https://cloud.githubusercontent.com/assets/932822/8455694/c61de812-2006-11e5-85c0-a57e3d980561.jpg)
55
![cropper](https://cloud.githubusercontent.com/assets/932822/8455697/c627ac44-2006-11e5-82be-7f96e73d9b1f.jpg)

0 commit comments

Comments
 (0)