blob: 810d1a9d8ab0bb49ff53e39b47fa3b8a9f3a0fa9 [file] [log] [blame]
{
"name": "NSLogger",
"version": "1.1",
"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.1"
},
"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"
]
},
"requires_arc": false
}