blob: bd5d51f47b3ec18d7574b355530c2366a1284b3a [file] [log] [blame]
{
"name": "SWBufferedToast",
"version": "0.1.2",
"summary": "A simple UI class for presenting useful information to the user.",
"description": "\n SWBufferedToast is a simple alert-style class for presenting information to the user.\n An SWBufferedToast can be instantiated with one of three types:\n 1. Plain Toast\n A simple dismissable alert with a title, description and action button.\n\n 2. Notice Toast\n An non-dismissable alert used to notify the user of an ongoing task. This alert cannot be dismissed by the user, but can be dismissed using a timer or by calling toast.dismiss.\n\n 3. Login Toast\n A modal login window in the style of a toast.\n\n\n All three alert types have a buffering animation that can be turned on and off as necessary. Additionally, you can supply your own images for this buffering animation.\n\n",
"homepage": "https://github.com/sfwalsh/SWBufferedToast",
"license": "MIT",
"authors": {
"Stephen Walsh": "sw7891@hotmail.com"
},
"source": {
"git": "https://github.com/sfwalsh/SWBufferedToast.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SWBufferedToast": [
"Pod/Assets/*.png"
]
}
}