blob: 24b8a62253133f83e65c6a9fed2452b4dc6516ed [file] [log] [blame]
{
"name": "CPickerFunction",
"version": "1.0.0",
"summary": "A custom picker view for iOS.",
"description": "A custom picker view for iOS, Include \"时间选择器,地址选择器,自定义字符串选择器\", Support the Objective - C language.",
"homepage": "https://gitee.com/cribug/CPickerFunction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InitialC": "iwilliamchang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/cribug/CPickerFunction.git",
"tag": "1.0.0"
},
"source_files": "CPickerView/**/*.{h,m}",
"resources": "CPickerView/AddressPickerView/CCity.plist",
"requires_arc": true,
"dependencies": {
"YYModel": [
"~> 1.0.4"
]
}
}