blob: b07e610ea3d5cabbdbd7bdcbbd901231ff69e1ca [file] [log] [blame]
{
"name": "ZHDropDownMenu",
"version": "1.0.0",
"license": "MIT",
"summary": "An open source dropdown menu for iOS written in swift, it is easy to use in your project.",
"homepage": "https://github.com/zhubch/ZHDropDownMenu",
"authors": {
"zhubch": "cheng4741@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhubch/ZHDropDownMenu.git",
"tag": "1.0.0"
},
"source_files": "ZHDropDownMenu/*.swift",
"resources": "ZHDropDownMenu/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}