blob: 6ee2d09f9dc6af8dcc03ab54a45aba548e333784 [file] [log] [blame]
{
"name": "DWBubbleMenuButton",
"version": "1.0.1",
"summary": "Simple animation class for expanding and collapsing a variable sized menu",
"description": " DWBubbleMenuButton is a simple animation class for expanding and collapsing a variable sized menu. Project allows for expanding menus in left, right, up, and down directions. Using the class is as simple as setting your home button and adding an array of menu buttons.\n",
"homepage": "https://github.com/dwalker39/DWBubbleMenuButton",
"license": "MIT License",
"authors": {
"Derrick Walker": "dwalker39@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dwalker39/DWBubbleMenuButton.git",
"tag": "v1.0.1"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/*.h",
"requires_arc": true
}