blob: 1aeae9fd8c6379c6ce4e16a10e3f0c4d2a68b073 [file] [log] [blame]
{
"name": "CYDropDownMenu",
"version": "1.0.1",
"summary": "An iOS Drop Down Menu.",
"description": "An iOS Drop Down Menu, like desktop application menu.",
"homepage": "https://github.com/chenyun122/CYDropDownMenu",
"screenshots": "https://github.com/chenyun122/CYDropDownMenu/raw/master/ScreenShots/CYDropDownMenu.gif?raw=true",
"license": "MIT",
"authors": {
"Yun CHEN": "chenyun122@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/chenyun122/CYDropDownMenu.git",
"tag": "1.0.1"
},
"source_files": [
"CYDropDownMenu",
"CYDropDownMenu/**/*.{h,m}"
],
"resource_bundles": {
"CYDropDownMenu": [
"CYDropDownMenu/**/*.xcassets"
]
}
}