| { |
| "name": "StrawServiceToast", |
| "version": "0.1.4", |
| "summary": "Toast service of Straw iOS", |
| "description": " Toast service of Straw iOS\n\n This Straw Service class provides the ability to show Toast (as in Android) UI component\n on the screen.\n", |
| "homepage": "https://github.com/strawjs/straw-ios-service-toast", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yoshiya Hinosawa": "stibium121@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/kt3k", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/strawjs/straw-ios-service-toast.git", |
| "tag": "v0.1.4" |
| }, |
| "source_files": "StrawServiceToast/**/*.{h,m}", |
| "dependencies": { |
| "Straw": [ |
| "~> 0.5.0" |
| ], |
| "Toast": [ |
| "~> 2.3" |
| ] |
| }, |
| "requires_arc": true |
| } |