blob: 0e11f23eb7519829e5a549627134b00cfcccf7a1 [file] [log] [blame]
{
"name": "DGDropDownBox",
"version": "0.0.1",
"summary": "A dropDownMenu on iOS",
"description": "A dropDownMenu, which implement by Objective-C",
"homepage": "https://github.com/yandeguangzy/DGDropDownBox.git",
"license": "MIT",
"authors": {
"yandeguangzy": "13311171405@163.com"
},
"source": {
"git": "https://github.com/yandeguangzy/DGDropDownBox.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"DGDropDownView/DGDropBoxView*.{h,m}",
"DGDropDownView/DGDropViewDelegate.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
}