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

Commit e593d3e

Browse files
Merge branch 'release/3.0.0' into develop
2 parents d4d578a + 441b9cc commit e593d3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3"
3+
spec.version = "3.0.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A camera view controller with custom image picker and image cropping.
1717
- [x] Tap to focus
1818

1919
### Installation & Requirements
20-
This project requires Xcode 8.3 to run and compiles with swift 3.1
20+
This project requires Xcode 9 to run and compiles with swift 4
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
2323
CocoaPods:
@@ -30,7 +30,7 @@ pod 'ALCameraViewController'
3030
Carthage:
3131

3232
```ruby
33-
github "alexlittlejohn/CameraViewController"
33+
github "alexlittlejohn/ALCameraViewController"
3434
```
3535

3636

0 commit comments

Comments
 (0)