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