blob: c2da0a92f599e7ddaf4ea7fa3663d6e6a3bd30ac [file] [log] [blame]
{
"name": "ZHBDropDownListMenu",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/NoPPT/ZHBDropDownListMenu",
"authors": {
"zhuang": "1041036986@qq.com"
},
"summary": "A dropdown listmenu used on iOS.",
"description": "It is a dropdown listmenu used on iOS, which implement by Objective-C.",
"source": {
"git": "https://github.com/NoPPT/ZHBDropDownListMenu.git",
"tag": "1.0.1"
},
"source_files": "ZHBDropDownListMenu/ZHBDropDownListMenu/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}