This repository was archived by the owner on Jul 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff 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
2323CocoaPods:
@@ -30,7 +30,7 @@ pod 'ALCameraViewController'
3030Carthage:
3131
3232``` ruby
33- github " alexlittlejohn/CameraViewController "
33+ github " alexlittlejohn/ALCameraViewController "
3434```
3535
3636
You can’t perform that action at this time.
0 commit comments