forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3150020
commit 7003a84
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |