forked from AlexLittlejohn/ALCameraViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALCameraViewController.podspec
More file actions
14 lines (14 loc) · 935 Bytes
/
ALCameraViewController.podspec
File metadata and controls
14 lines (14 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |spec|
spec.name = "ALCameraViewController"
spec.version = "3.0.2"
spec.summary = "A camera view controller with custom image picker and image cropping."
spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s }
spec.requires_arc = true
spec.platform = :ios, "8.0"
spec.license = "MIT"
spec.source_files = "ALCameraViewController/**/*.{swift}"
spec.resources = ["ALCameraViewController/ViewController/ConfirmViewController.xib", "ALCameraViewController/CameraViewAssets.xcassets", "ALCameraViewController/CameraView.strings"]
spec.homepage = "https://github.com/AlexLittlejohn/ALCameraViewController"
spec.author = { "Alex Littlejohn" => "alexlittlejohn@me.com" }
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end