blob: 18761bc8a7a96106b97cff138858c8b1cb5f6ba6 [file] [log] [blame]
{
"name": "cdebug",
"version": "1.0",
"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.0"
},
"source_files": "debug.h",
"public_header_files": "debug.h",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}