forked from fulldecent/FDTake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFDTake.podspec
More file actions
18 lines (17 loc) · 753 Bytes
/
FDTake.podspec
File metadata and controls
18 lines (17 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "FDTake"
s.version = "1.0.0"
s.summary = "Easily take a photo or video or choose from library"
s.description = <<-DESC
`FDTake` helps you quickly have the user take or choose an existing photo or video.
DESC
s.homepage = "https://github.com/fulldecent/FDTake"
s.screenshots = "https://i.imgur.com/SpSJzmS.png"
s.license = "MIT"
s.author = { "William Entriken" => "github.com@phor.net" }
s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/fulldecent'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
end