blob: c2c1eda9dbba0e24d43cb4636c2ef5fb2ffd77ba [file] [log] [blame]
{
"name": "cdebug",
"version": "1.2",
"summary": "Debug mode log/assertion macro for c/objc in a file.",
"description": "Debug log/assertion macro collections for debug mode only.\nAppend file, line, time to macro\n\n* dprintf as printf/NSLog wrapper\n* dassert as asssert wrapper\n* dlog for conditional dprintf\n* dassertlog for assertion after log\n* Everythings are activated when debug mode only",
"homepage": "https://github.com/youknowone/cdebug",
"requires_arc": false,
"license": {
"type": "2-clause BSD",
"file": "LICENSE"
},
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/cdebug.git",
"tag": "1.2"
},
"module_name": "debug",
"source_files": "debug.h",
"public_header_files": "debug.h",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}