forked from PhamBaTho/BTNavigationDropdownMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBTNavigationDropdownMenu.podspec
More file actions
18 lines (18 loc) · 979 Bytes
/
BTNavigationDropdownMenu.podspec
File metadata and controls
18 lines (18 loc) · 979 Bytes
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 = "BTNavigationDropdownMenu"
s.version = "0.2.1"
s.summary = "The elegent navigation dropdown menu"
s.description = <<-DESC
The elegant **dropdown menu**, written in **Swift**, appears underneath **navigation bar** to display a list of related items when a user click on the navigation title.
DESC
s.homepage = "https://github.com/PhamBaTho/BTNavigationDropdownMenu"
s.screenshots = "https://raw.githubusercontent.com/PhamBaTho/BTNavigationDropdownMenu/master/Assets/Demo.png"
s.license = "MIT"
s.author = { "Pham Ba Tho" => "phambatho@gmail.com" }
s.social_media_url = "https://www.facebook.com/phambatho"
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/PhamBaTho/BTNavigationDropdownMenu.git", :tag => s.version.to_s }
s.source_files = "Source/*.swift"
s.resources = "Source/*.bundle"
s.requires_arc = true
end