blob: a940e823a1d82c8d0028003250056add6df1275a [file] [log] [blame]
{
"name": "XYDropDownMenu",
"version": "1.0.1",
"summary": "A dropDownMenu on iOS",
"description": "A dropDownMenu, which implement by Objective-C",
"homepage": "https://github.com/RickHe/XYDropDownMenu.git",
"license": "MIT",
"authors": {
"何米颖": "1292711060@qq.com"
},
"source": {
"git": "https://github.com/RickHe/XYDropDownMenu.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XYDropDownMenu/*.{h,m}",
"resources": "XYDropDownMenu/Images/*.png",
"frameworks": [
"Foundation",
"UIKit"
]
}