| { | |
| "name": "SimpleToast", | |
| "version": "0.1.1", | |
| "license": "MIT", | |
| "summary": "Simple toasts with Android-like API and keyboard aware positioning.", | |
| "homepage": "https://github.com/lohmander/SimpleToast", | |
| "authors": { | |
| "Hannes Lohmander": "hannes@lohmander.me" | |
| }, | |
| "source": { | |
| "git": "https://github.com/lohmander/SimpleToast.git", | |
| "tag": "0.1.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "Toast/Toast/*.swift", | |
| "requires_arc": true | |
| } |