forked from JVillella/JVFloatingDrawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JVFloatingDrawer.podspec
18 lines (16 loc) · 998 Bytes
/
JVFloatingDrawer.podspec
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 = "JVFloatingDrawer"
s.version = "0.1.0"
s.summary = "An extensible floating drawer with a focus on ease of use and aesthetics."
s.homepage = "https://github.com/JVillella/JVFloatingDrawer"
s.screenshots = ["http://jvillella.github.io/JVFloatingDrawer/Screenshots/open-drawer-1.png",
"http://jvillella.github.io/JVFloatingDrawer/Screenshots/open-drawer-2.png",
"http://jvillella.github.io/JVFloatingDrawer/Screenshots/open-drawer-landscape.png",
"http://jvillella.github.io/JVFloatingDrawer/Screenshots/animated-drawer-open-portrait.gif"]
s.license = 'MIT'
s.author = { "JVillella" => "[email protected]" }
s.source = { :git => "https://github.com/JVillella/JVFloatingDrawer.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes'
end