| { |
| "name": "LBPickerViewController", |
| "version": "1.0.0", |
| "summary": "单项选择器", |
| "description": "一个简单的快速可集成单项选择器。", |
| "homepage": "https://github.com/A1129434577/LBPickerViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "刘彬": "1129434577@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/A1129434577/LBPickerViewController.git", |
| "tag": "1.0.0" |
| }, |
| "dependencies": { |
| "LBPresentTransitions": [ |
| |
| ] |
| }, |
| "source_files": "LBPickerViewController/**/*.{h,m}", |
| "requires_arc": true |
| } |