blob: 77fcc5c22d567d4806314aa31d7b3bcdf5a0117d [file] [log] [blame]
{
"name": "DropdownMenu",
"version": "0.0.1",
"authors": {
"Nils Mattisson": "nils.mattisson@gmail.com"
},
"summary": "A dropdown menu for iOS built on modern technologies inspired by the Vine and Dropbox iOS7 apps.",
"homepage": "https://github.com/nmattisson/DropdownMenu",
"screenshots": [
"https://raw.github.com/nmattisson/DropdownMenu/master/Screenshots/DropdownMenu.png",
"https://raw.github.com/nmattisson/DropdownMenu/master/Screenshots/DropdownMenu.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/nmattisson/DropdownMenu.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "DropdownMenuDemo/DropdownMenuController",
"public_header_files": "DropdownMenuDemo/DropdownMenuController/*.h"
}