blob: c699edf215ed4addf129952540252e386d9c0f8b [file] [log] [blame]
{
"name": "Toastr",
"version": "1.0.0",
"summary": "Toast for Swift",
"homepage": "https://github.com/hypery2k/toastr",
"license": {
"type": "WTPFL",
"file": "LICENSE"
},
"authors": {
"nanhujiaju": "nanhujiaju@gmail.com"
},
"source": {
"git": "https://github.com/hypery2k/toastr.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}