Skip to content

Commit

Permalink
[Add] SWBufferedToast 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sw7891 authored and CocoaPodsBot committed Apr 3, 2015
1 parent 3150020 commit 7003a84
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Specs/SWBufferedToast/0.1.2/SWBufferedToast.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"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": "[email protected]"
},
"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"
]
}
}

0 comments on commit 7003a84

Please sign in to comment.