blob: 73cae8fa966ee6ed6da86e7baa88b2c2f4c1ebb4 [file] [log] [blame]
{
"name": "BRPickerView",
"version": "2.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": "2.0.0"
},
"source_files": "BRPickerView/**/*.{h,m}",
"resources": "BRPickerView/AddressPickerView/BRCity.plist",
"requires_arc": true,
"dependencies": {
"MJExtension": [
"~> 3.0.13"
]
}
}