blob: 18ff493ed51f3256727b4526668b5177ec6b32aa [file] [log] [blame]
{
"name": "PFNavigationDropdownMenu",
"version": "0.1.1",
"summary": "The Objective-C version of BTNavigationDropdownMenu. Supports iOS 7.0+.",
"description": "The elegant **dropdown menu**, written in Objective-C, appears underneath **navigation bar** to display a list of related items when a user click on the navigation title. Supports iOS 7.0+.",
"homepage": "https://github.com/PerfectFreeze/PFNavigationDropdownMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cee": "cee@chu2byo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PerfectFreeze/PFNavigationDropdownMenu.git",
"tag": "v0.1.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Classes/*.bundle",
"requires_arc": true
}