| { | |
| "name": "SwiftyAlert", | |
| "version": "0.1.0", | |
| "summary": "Simple UIAlertController and UIAlertView wrapper.", | |
| "description": "Swifty UIAlertController", | |
| "homepage": "https://github.com/simorgh3196/SwiftyAlert", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "simorgh3196": "simorgh3196@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/simorgh3196/SwiftyAlert.git", | |
| "tag": "v0.1.0" | |
| }, | |
| "source_files": "SwiftyAlert/**/*.swift", | |
| "requires_arc": true | |
| } |