blob: 6e9c3b04b12e979016faef8b05217ed5f34e4ec6 [file] [log] [blame]
{
"name": "Debug",
"version": "0.1.1",
"summary": "A swift print that works only in debug mode",
"description": "Debug print for swift, automatically mute the print in RELEASE mode.",
"homepage": "https://github.com/matteocrippa/Debug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Crippa": ""
},
"source": {
"git": "https://github.com/matteocrippa/Debug.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ghego20",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Debug/Classes/**/*"
}