| { |
| "name": "TLCustomAlert", |
| "version": "0.1.0", |
| "summary": "A custom alert view written in Swift", |
| "swift_versions": "4.0", |
| "description": "A custom alert view that accepts images and has custom alert action handlers", |
| "homepage": "https://github.com/tylerlafferty4/TLCustomAlert", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tylerlafferty4@gmail.com": "tylerlafferty4@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tylerlafferty4/TLCustomAlert.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TLCustomAlert/Classes/**/*", |
| "swift_version": "4.0" |
| } |