blob: 3a415d408815184625e08cc9f201ebcd8fe6f49e [file] [log] [blame]
{
"name": "cdebug",
"version": "0.1.1",
"summary": "Debug mode log/assertion macro for c/objc in a file.",
"description": " Debug log/assertion macro collections for debug mode only.\n Append 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\n",
"homepage": "https://github.com/youknowone/cdebug",
"license": {
"type": "2-clause BSD",
"file": "LICENSE"
},
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/cdebug.git",
"tag": "pod-0.1.1"
},
"source_files": [
"debug.h",
"supports/pod.m"
],
"public_header_files": "debug.h",
"prefix_header_contents": "#include <cdebug/debug.h>",
"requires_arc": false
}