| { |
| "name": "SwiftToast", |
| "version": "1.0", |
| "summary": "This is a simple SwiftToast.", |
| "homepage": "https://github.com/damboscolo/SwiftToast", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "damboscolo": "danielehidalgo@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/damboscolo/SwiftToast.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SwiftToast/Classes/**/*", |
| "resource_bundles": { |
| "SwiftToast": [ |
| "SwiftToast/Classes/**/*.{storyboard,xib}" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |