blob: 84b4e15ace7020261179dbe4538995dd5e7ea4ea [file] [log] [blame]
{
"name": "UIToast",
"version": "0.0.3",
"summary": "An Objective-C class that adds Android-style toast notifications to iOS.",
"description": "An Objective-C class designed to look and feel like improved Android Toasts.\n\n* Tap do dismiss\n* Rotation/Various Screen sizes supported\n* Toasts are not attached do current View/ViewController\n* More to come!",
"homepage": "https://github.com/fpg1503/UIToast",
"license": "MIT",
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/fpg1503/UIToast.git",
"tag": "v0.0.3"
},
"source_files": "UIToast",
"requires_arc": true
}