blob: 0be53b44a83e166a48f79493d1e4f1d759950431 [file] [log] [blame]
{
"name": "DebugKit",
"version": "0.1.1",
"summary": "Debug and Data Dumping Helper Functions",
"description": " DebugKit contains debugging and data dumping helper functions. In particular,\n the 0.x.x of this library contains a way to dump binary data in conanical\n hexadecimal and text output format.\n",
"homepage": "https://github.com/dcgibbons/DebugKit",
"license": "Apache License, Version 2.0",
"authors": {
"Chad Gibbons": "dcgibbons@gmail.com"
},
"source": {
"git": "https://github.com/dcgibbons/DebugKit.git",
"tag": "0.1.1"
},
"source_files": [
"DebugKit",
"DebugKit/**/*.{h,m}"
],
"public_header_files": "DebugKit/**/*.h",
"requires_arc": false
}