| { |
| "name": "ToastKit", |
| "version": "0.1.0", |
| "summary": "Supports various types of Android toast-like views for iOS", |
| "description": "'Supports various types of Android toast-like views for iOS'", |
| "homepage": "https://github.com/hpark11/ToastKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hpark11": "qkrgustnrk@naver.com" |
| }, |
| "source": { |
| "git": "https://github.com/hpark11/ToastKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Classes/**/*.swift", |
| "frameworks": "UIKit" |
| } |