| { |
| "name": "MKAToastView", |
| "version": "1.2.0", |
| "summary": "MKAToastView is the view that displays short message.", |
| "description": "MKAToastView is the view that disappears automatically after displaying a short message for a few seconds like Android's Toast.", |
| "homepage": "https://github.com/HituziANDO/MKAToastView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Hituzi Ando", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source": { |
| "git": "https://github.com/HituziANDO/MKAToastView.git", |
| "tag": "1.2.0" |
| }, |
| "source_files": "MKAToastView/MKAToastView/**/*.{h,m}", |
| "exclude_files": [ |
| "MKAToastView/build/*", |
| "MKAToastView/Framework/*" |
| ], |
| "requires_arc": true |
| } |