blob: 796a26cfd5dd7f3a72ff1df5a4be59eabb7cbe28 [file] [log] [blame]
{
"name": "NXVLogFormatter",
"version": "0.0.2",
"summary": "Simple custom log formatter for CocoaLumberjack.",
"description": " Because traditional NSLog() is not debug-friendly et al. NXVLogFormatter simplify that with following pattern:\n\n ```\n (Date, Time) -[FileName MethodName](line number): \"LogMessage\"\n ```\n",
"homepage": "https://github.com/vinhnx/NXVLogFormatter",
"screenshots": "https://raw.github.com/vinhnx/NXVLogFormatter/master/screenshot/NXVLogFormatter-ss.png",
"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.2"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.8.1"
]
},
"source_files": "NXVLogFormatter/*.{m,h}",
"requires_arc": true,
"platforms": {
"ios": null
}
}