blob: e668404e029afcd6445136fe79925b8227a8c81e [file] [log] [blame]
{
"name": "Debug",
"version": "0.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/ghego20",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Debug/Classes/**/*",
"dependencies": {
"AlamofireRouter": [
"~> 0.1"
]
}
}