-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCYDropDownMenu.podspec
More file actions
19 lines (19 loc) · 844 Bytes
/
Copy pathCYDropDownMenu.podspec
File metadata and controls
19 lines (19 loc) · 844 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 = "CYDropDownMenu"
s.version = "1.0.2"
s.summary = "An iOS Drop Down Menu."
s.description = <<-DESC
An iOS Drop Down Menu, like desktop application menu.
DESC
s.homepage = "https://github.com/chenyun122/CYDropDownMenu"
s.screenshots = "https://github.com/chenyun122/CYDropDownMenu/raw/master/ScreenShots/CYDropDownMenu.gif?raw=true"
s.license = "MIT"
s.author = { "Yun CHEN" => "chenyun122@gmail.com" }
s.platform = :ios, "8.0"
s.requires_arc = true
s.source = { :git => "https://github.com/chenyun122/CYDropDownMenu.git", :tag => "#{s.version}" }
s.source_files = "CYDropDownMenu", "CYDropDownMenu/**/*.{h,m}"
s.resource_bundles = {
'CYDropDownMenu' => ['CYDropDownMenu/**/*.xcassets']
}
end