blob: 39e2ede9d0f7af7ad240dcb73de1034e9a9356ea [file] [log] [blame]
{
"name": "BRPickerView",
"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://github.com/borenfocus/BRPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"任波": "borenfocus@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/borenfocus/BRPickerView.git",
"tag": "1.0.0"
},
"source_files": "BRPickerView/**/*.{h,m}",
"resources": "BRPickerView/AddressPickerView/BRCity.plist",
"requires_arc": true,
"dependencies": {
"YYModel": [
"~> 1.0.4"
]
}
}