blob: 943fa11e30a08f089a219e1ccd5adafd6fed69fa [file] [log] [blame]
{
"name": "ALButtonMenu",
"version": "1.1.0",
"summary": "A simple, fully customizable menu solution for iOS.",
"description": "ALButtonMenu is a customizable menu solution for iOS. Create a menu view controller (or use\nthe one provided) and specify the characteristics of the shortcut button. Then tap the button\nto quickly show and hide the menu using an animated mask transition effect.",
"homepage": "https://github.com/lobianco/ALButtonMenu",
"screenshots": [
"https://raw.githubusercontent.com/lobianco/ALButtonMenu/master/Screenshots/demo1.gif",
"https://raw.githubusercontent.com/lobianco/ALButtonMenu/master/Screenshots/demo2.gif"
],
"license": "MIT",
"authors": {
"Anthony Lobianco": "anthony@lobian.co"
},
"social_media_url": "https://twitter.com/lobnco",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lobianco/ALButtonMenu.git",
"tag": "1.1.0"
},
"source_files": "Source/*.{h,m}",
"private_header_files": "Source/*_ALPrivate.h",
"requires_arc": true
}