blob: a46f97ac6639b48e2955695b4644d52a1863ec58 [file] [log] [blame]
{
"name": "RMLogFormatter",
"version": "0.1.3",
"summary": "An informative, concise, and configurable CocoaLumberjack log formatter.",
"description": " RMLogFormatter is a configurable, word wrapping CocoaLumberjack log formatter. The default log format is as follows:\n\n * yyyy-MM-dd HH:mm:ss.SSS | FILENAME:LINE_NUMBER (TID:THREAD_ID) : LOG_MESSAGE\n",
"homepage": "https://github.com/rmaloney3/RMLogFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Maloney": "ryan_maloney@me.com"
},
"source": {
"git": "https://github.com/rmaloney3/RMLogFormatter.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/rmaloney3",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RMLogFormatter/*{m,h}",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
]
}
}