-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMWCamera.podspec
More file actions
17 lines (17 loc) · 842 Bytes
/
MWCamera.podspec
File metadata and controls
17 lines (17 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "MWCamera"
s.version = "1.0.0"
s.summary = "A lightweight framework that helps build apps for photos and video capture."
s.ios.deployment_target = '11.2'
s.swift_version = '4.2'
s.description = <<-DESC
MWCamera is a lightweight framework that helps build powerful camera apps for ios! This framework was also inspried by SwiftyCam ✊🏽.
DESC
s.homepage = "https://github.com/Woodyjl/MWCamera"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Woody Jean-Louis" => "woodyjeanlouis@fiitbuds.com" }
s.social_media_url = "https://twitter.com/"
s.platform = :ios, "11.2"
s.source = { :git => "https://github.com/Woodyjl/MWCamera.git", :tag => s.version }
s.source_files = "MWCamera/Classes/*.swift"
end