forked from AlexLittlejohn/ALCameraViewController
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathKK-ALCameraViewController.podspec
More file actions
15 lines (15 loc) · 968 Bytes
/
KK-ALCameraViewController.podspec
File metadata and controls
15 lines (15 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.name = "KK-ALCameraViewController"
spec.version = "4.1.1"
spec.summary = "Forked and modified version of ALCameraViewController."
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/kkieffer/ALCameraViewController.git", :tag => spec.version.to_s }
spec.requires_arc = true
spec.platform = :ios, "9.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/kkieffer/ALCameraViewController"
spec.author = { "Alex Littlejohn" => "alexlittlejohn@me.com", "Kevin Kieffer" => "" }
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
end