| { |
| "name": "AJPickerButton", |
| "version": "1.0.0", |
| "summary": "UIPickerView 跟 UIButton 的整合", |
| "description": "将UIButton跟UIPicker整合在一起,功能简单,接口简单", |
| "homepage": "https://github.com/AbooJan/AJPickerButton", |
| "license": "MIT", |
| "authors": { |
| "AbooJan": "aboojaner@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AbooJan/AJPickerButton.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "AJPickerButton/Classes/*", |
| "dependencies": { |
| "AJPickerTextField": [ |
| "~> 1.0.1" |
| ] |
| } |
| } |