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
19 lines (19 loc) · 802 Bytes
/
FDTake.podspec
File metadata and controls
19 lines (19 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "FDTake"
s.version = "0.2.5"
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.platform = :ios, "5.0"
s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => "v0.2.5" }
s.source_files = "FDTakeExample/FDTakeController.{h,m}"
s.resource_bundles = {
'FDTakeResources' => ['FDTakeExample/*.lproj']
}
s.requires_arc = true
end