blob: 7444d3e9a7e14c986abd67a333ff12cafe486bdc [file] [log] [blame]
{
"name": "DLLog",
"version": "1.0.2",
"summary": "NSLog-like logging API with support for level and context filtering.",
"description": "**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.",
"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.2"
},
"source_files": "DLLog/Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.0",
"osx": "10.6"
}
}