blob: 1e329caafa1b4d8a8d3f108c0795c0e65918c276 [file] [log] [blame]
{
"name": "MAKDropDownMenu",
"version": "0.0.1",
"summary": "Drop down menu from navigation bar",
"description": "\t\t\t\t\tDrop down menu from navigation bar for iOS apps.\n",
"homepage": "https://github.com/diniska/DropDownMenu",
"screenshots": "https://raw.githubusercontent.com/diniska/DropDownMenu/master/Example/MAKDropDownMenuExample/example1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "diniska@users.noreply.github.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/diniska/DropDownMenu.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Example",
"frameworks": "UIKit",
"requires_arc": true
}