blob: 08d20dc5766af0f3481d3ae3fa5afd7b70985c5b [file] [log] [blame]
{
"name": "UHNDebug",
"version": "0.1.0",
"summary": "Objective-C Debugging macro",
"description": " A simple debugging macro to be noisy in DEBUG builds, and silent otherwise.\n",
"homepage": "http://github.com/uhnmdi/UHNDebug",
"license": {
"type": "Custom",
"text": "Copyright 2014 University Health Network. All rights reserved."
},
"authors": {
"Jay Moore": "jmoore@ehealthinnovation.org"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/uhnmdi/UHNDebug.git",
"tag": "0.1.0"
},
"source_files": "UHNDebug.h",
"public_header_files": "UHNDebug.h"
}