forked from qmathe/DropDownMenuKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDropDownMenuKit.podspec
More file actions
20 lines (16 loc) · 1.02 KB
/
DropDownMenuKit.podspec
File metadata and controls
20 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "DropDownMenuKit"
s.version = "0.8.2"
s.summary = "UIKit drop down menu, simple yet flexible and written in Swift"
s.description = "DropDownMenuKit is a custom UIKit control to show a menu attached to the navigation bar or toolbar. The menu appears with a sliding animation and can be deeply customized. For example, with icons, embedded controls, or a checkmark to denote a selected row among multiple menu cells."
s.homepage = "https://github.com/qmathe/DropDownMenuKit"
s.screenshots = "http://www.quentinmathe.com/github/DropDownMenuKit/App%20History%20Menu%20-%20iPhone%205.png"
s.license = "MIT"
s.author = { "Quentin Mathé" => "[email protected]" }
s.social_media_url = "http://twitter.com/quentin_mathe"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "0.8.2" }
s.source_files = '*.swift', '*.{h,m}'
s.public_header_files = "*.h"
s.resources = "*.xcassets"
end