blob: 220e2a0a793e024afd803c5c4ef5552945e96737 [file] [log] [blame]
{
"name": "NXVLogFormatter",
"version": "0.0.1",
"summary": "Simple custom log formatter for CocoaLumberjack.",
"description": " Because traditional NSLog() is not debug-friendly et al. NXVLogFormatter logs output with following pattern:\n\n ```objective-c\n (Date, Time) -[FileName MethodName](line number): \"LogMessage\"\n ```\n\n",
"homepage": "https://github.com/vinhnx/NXVLogFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinh Nguyen": "vinhnguyen2308@gmail.com"
},
"social_media_url": "https://twitter.com/vinhnx",
"source": {
"git": "https://github.com/vinhnx/NXVLogFormatter.git",
"tag": "0.0.1"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.8.1"
]
},
"source_files": "NXVLogFormatter/*.{m,h}",
"requires_arc": true,
"platforms": {
"ios": null
}
}