forked from eternityz/RWDropdownMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRWDropdownMenu.podspec
More file actions
29 lines (18 loc) · 829 Bytes
/
RWDropdownMenu.podspec
File metadata and controls
29 lines (18 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "RWDropdownMenu"
s.version = "1.0.1"
s.summary = "Stylish drop down menu for iOS. "
s.description = <<-DESC
Stylish drop down menu for iOS.
A Menu can be displayed from a navigation bar button item, in fullscreen or in a popover.
DESC
s.homepage = "https://github.com/eternityz/RWDropdownMenu"
s.license = "MIT"
s.social_media_url = "http://twitter.com/eternity1st"
s.platform = :ios, "7.0"
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/eternityz/RWDropdownMenu.git", :tag => "1.0.1" }
s.source_files = "RWDropdownMenu", "RWDropdownMenu/**/*.{h,m}"
s.requires_arc = true
end