| { | |
| "name": "BRAlertView", | |
| "version": "0.0.1", | |
| "summary": "A high customize text AlertView for iOS.", | |
| "description": "可高度定制的 alert view, 目前只支持显示string和attributedString", | |
| "homepage": "https://github.com/chinabrant/BRAlertView", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "brant": "sjwu1234@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/chinabrant/BRAlertView.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source_files": "BRAlertView/Classes/**/*" | |
| } |