blob: 7adbda10695edcec048049d7184a0e524801b39f [file] [log] [blame]
{
"name": "CYDropDownMenu",
"version": "1.0.0",
"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.0"
},
"source_files": [
"CYDropDownMenu",
"CYDropDownMenu/**/*.{h,m}"
],
"resource_bundles": {
"CYDropDownMenu": [
"CYDropDownMenu/**/*.xcassets"
]
}
}