blob: 37d8afe273cf5ae8ec36695ab63bfce7ce898ee2 [file] [log] [blame]
{
"name": "Toaster",
"version": "2.2.0",
"summary": "Toast for Swift",
"homepage": "http://github.com/devxoul/Toaster",
"license": {
"type": "WTPFL",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Toaster.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"swift_version": "5.0"
}