blob: d4285903c3041cdba74fa665fa293906bdeea03f [file] [log] [blame]
{
"name": "EasyToast",
"version": "1.1.2",
"summary": "Swift Android like toasts",
"description": "Swift Android-like toast with simple interface, using a toast queue to handle multiple toasts allowing to push or present a ViewController without disappear",
"homepage": "https://github.com/f-meloni/EasyToast",
"screenshots": "https://raw.github.com/f-meloni/EasyToast/master/Screenshots/EasyToastScreenshots.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Franco Meloni": "franco.meloni@xorovo.com"
},
"source": {
"git": "https://github.com/f-meloni/EasyToast.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EasyToast/Classes/**/*"
}