| { | |
| "name": "BCHPickerView", | |
| "version": "0.0.1", | |
| "summary": "基于UIPickerView封装的简易用的控件 BCHPickerView.", | |
| "description": "基于UIPickerView封装的简易用的控件 BCHPickerView.", | |
| "homepage": "https://github.com/Baichenghui/BCHPickerView", | |
| "license": "MIT", | |
| "authors": { | |
| "Coder_Bai": "baichenghui88888@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Baichenghui/BCHPickerView.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "BCHPickerView", | |
| "BCHPickerView/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |