blob: 31f4a14c1fd935c0599e8305ae3b4f6b472a2dad [file] [log] [blame]
{
"name": "NSLogger",
"version": "1.0",
"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.0"
},
"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}",
"frameworks": [
"CFNetwork",
"SystemConfiguration"
],
"requires_arc": false
}