blob: cb3340caa45ddff945746c01f54c83a9d8a2cba6 [file] [log] [blame]
{
"name": "Toaster",
"version": "2.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}