blob: c6857cd197ed27545f1471b14d0793df6d4ad8ce [file] [log] [blame]
{
"name": "DLLog",
"version": "1.0",
"summary": "NSLog-like logging API with support for level and context filtering.",
"description": "\t\t\t\t **DLLog** aims to provide an NSLog-like logging API with support for (compile-time, as well as optional run-time) level and (optional run-time only) context filtering.\n",
"homepage": "https://github.com/regexident/DLLog",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/DLLog.git",
"tag": "1.0"
},
"source_files": "DLLog/Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.0",
"osx": "10.6"
}
}