blob: 2024ee518d96ca0afa290a2678d7283e82959179 [file] [log] [blame]
{
"name": "JLToast",
"version": "1.2.5",
"summary": "Toast UI for Swift - Android-like toast with very simple interface.",
"homepage": "http://github.com/devxoul/JLToast",
"license": {
"type": "WTPFL",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/JLToast.git",
"tag": "1.2.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JLToast/*.{swift,h}",
"public_header_files": "JLToast/JLToast.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"deprecated_in_favor_of": "Toaster"
}