File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ Pod ::Spec . new do |s |
2+
3+ s . name = "ALButtonMenu"
4+ s . version = "1.0.0"
5+ s . summary = "A simple, fully customizable menu solution for iOS."
6+ s . description = <<-DESC
7+ ALButtonMenu is a customizable menu solution for iOS. Create a menu view controller (or use
8+ the one provided) and specify the characteristics of the shortcut button. Then tap the button
9+ to quickly show and hide the menu using an animated mask transition effect."
10+ DESC
11+ s . homepage = "https://github.com/lobianco/ALButtonMenu"
12+ s . screenshots = "https://raw.githubusercontent.com/lobianco/ALButtonMenu/master/Screenshots/demo1.gif" , "https://raw.githubusercontent.com/lobianco/ALButtonMenu/master/Screenshots/demo2.gif"
13+ s . license = "MIT"
14+ s . author = { "Anthony Lobianco" => "[email protected] " } 15+ s . social_media_url = "https://twitter.com/lobnco"
16+ s . platform = :ios , "8.0"
17+ s . source = { :git => "https://github.com/lobianco/ALButtonMenu.git" , :tag => "#{ s . version } " }
18+ s . source_files = "Source/*.{h,m}"
19+ s . private_header_files = "Source/*_ALPrivate.h"
20+ s . requires_arc = true
21+
22+ end
You can’t perform that action at this time.
0 commit comments