forked from imaginary-cloud/CameraManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCameraManager.podspec
More file actions
15 lines (15 loc) · 793 Bytes
/
CameraManager.podspec
File metadata and controls
15 lines (15 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "5.1.3"
s.summary = "This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use."
s.requires_arc = true
s.homepage = "https://github.com/imaginary-cloud/CameraManager"
s.license = 'MIT'
s.author = { "torrao" => "rtorrao@imaginarycloud.com" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "5.1.3" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '9.0'
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.2" }
s.swift_version = '5.2'
s.source_files = 'Sources/CameraManager.swift'
end