blob: 0d41cca5ce7ce6c1caf4f227c6690fe018d2c7ab [file] [log] [blame]
{
"name": "SWBufferedToast",
"version": "0.1.4",
"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 If you wish to use your own animation images for the buffering state please be sure to add them to the \"Pods-SWBufferedToast-SWBufferedToast-SWBufferedToast\" target.\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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SWBufferedToast": [
"Pod/Assets/*.png"
]
}
}