blob: c53605460b229965004bd03a3b2af423df0bf2eb [file] [log] [blame]
{
"name": "JDBRDropdownMenu",
"version": "0.0.3",
"summary": "a custom DropdownMenu",
"description": "A longer description of JKSearchBar in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/jidibingren/JDBRDropdownMenu",
"license": "MIT",
"authors": {
"fanhuibo": "huibo.fan@huaat.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jidibingren/JDBRDropdownMenu.git",
"tag": "0.0.3"
},
"source_files": "DropdownMenu/*.{h,m}",
"resources": "DropdownMenu/*.png",
"requires_arc": true,
"dependencies": {
"DCKeyValueObjectMapping": [
"~> 1.5"
]
}
}