blob: 7ba6937734995c16eed8122e1515de994df42944 [file] [log] [blame]
{
"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
}