blob: a44bdbd25ee2ac9d65ba7eb0dc546d6faa00ad93 [file] [log] [blame]
{
"name": "JLToast",
"version": "1.0.1",
"summary": "Toast for iOS with very simple interface. Written in Swift.",
"homepage": "http://github.com/devxoul/JLToast",
"license": {
"type": "WTPFL",
"file": "LICENSE.txt"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/JLToast.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.1"
},
"source_files": "JLToast/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"deprecated_in_favor_of": "Toaster"
}