blob: 090df17058db1dfed09816b9dfaa1951fe3dddb4 [file] [log] [blame]
{
"name": "NSLogger",
"version": "1.5",
"license": "BSD",
"summary": "A modern, flexible logging tool.",
"homepage": "https://github.com/fpillet/NSLogger",
"authors": {
"Florent Pillet": "fpillet@gmail.com"
},
"source": {
"git": "https://github.com/fpillet/NSLogger.git",
"tag": "v1.5"
},
"screenshots": "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png",
"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. Download a prebuilt desktop viewer from https://github.com/fpillet/NSLogger/releases",
"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}\""
}
}