blob: e8366dad3b50467693480d943a96dac0f324c931 [file] [log] [blame]
{
"name": "Toastr",
"version": "1.0.1",
"summary": "Toast for Swift",
"homepage": "https://github.com/hypery2k/toastr",
"license": {
"type": "WTPFL",
"file": "LICENSE"
},
"authors": {
"hypery2k": "dev@martinreinhardt-online.de"
},
"source": {
"git": "https://github.com/hypery2k/toastr.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}