| { |
| "name": "DWBasicAlertAction", |
| "version": "1.0.1", |
| "summary": "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController.", |
| "description": "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController.系统弹窗,根据版本自动选择调用UIAlertView、UIActionSheet还是UIAlertController.", |
| "homepage": "https://github.com/DickyWoo/DWBasicAlertAction", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DickyWoo": "https://github.com/DickyWoo" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/wujiandongxq/DWBasicAlertAction.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "DWBasicAlertAction/*.{h,m}", |
| "requires_arc": true |
| } |