| { | |
| "name": "TTAlertView", | |
| "version": "0.0.4", | |
| "summary": "TTAlertView is a drop-in replacement for UIAlertView that allows the developer to customize the presentation of an alert.", | |
| "homepage": "https://github.com/twotoasters/TTAlertView", | |
| "license": "MIT", | |
| "authors": "Two Toasters", | |
| "source": { | |
| "git": "https://github.com/twotoasters/TTAlertView.git", | |
| "tag": "0.0.4" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "TTAlertView/*.{h,m}", | |
| "frameworks": "QuartzCore", | |
| "requires_arc": true | |
| } |