blob: 90b95f45b14bae2a5372970e31bbe05ab4b33321 [file] [log] [blame]
{
"name": "NSLogger",
"version": "1.2",
"license": "BSD",
"summary": "A modern, flexible logging tool.",
"homepage": "https://github.com/atelierdumobile/NSLogger",
"authors": {
"Florent Pillet": "fpillet@gmail.com"
},
"source": {
"git": "https://github.com/atelierdumobile/NSLogger.git",
"tag": "v1.2"
},
"description": "NSLogger is a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X or iOS (iPhone OS). It replaces your usual NSLog()-based traces and provides powerful additions like display filtering, image and binary logging, traces buffering, timing information, etc.",
"source_files": "Client Logger/iOS/*.{h,m}",
"ios": {
"frameworks": [
"CFNetwork",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreServices"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "${inherited} NSLOGGER_BUILD_USERNAME=\"${USER}\""
},
"requires_arc": false
}