blob: 1fdf5d9a39922f3b41ef5ff56b5393c85dbfd881 [file] [log] [blame]
{
"name": "UIToast",
"version": "0.0.2",
"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.2"
},
"source_files": "UIToast",
"requires_arc": true
}