blob: ca21ef4c984fab1d6ec28870aa2aaa9e8f4d1a4f [file] [log] [blame]
{
"name": "UIToast",
"version": "0.0.1",
"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!\n",
"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.1"
},
"source_files": "UIToast",
"requires_arc": true
}