blob: 99569cf347a156cea57e1af21e43f7cd1f517400 [file] [log] [blame]
{
"name": "NSLogger-CocoaLumberjack-connector",
"version": "1.2",
"license": "BSD",
"summary": "Bridges NSLogger and CocoaLumberjack.",
"homepage": "https://github.com/steipete/NSLogger-CocoaLumberjack-connector",
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"source": {
"git": "https://github.com/steipete/NSLogger-CocoaLumberjack-connector.git",
"commit": "444fa49e9ff6b9ddbe03b3477ea4b544cb1783b5"
},
"description": "This is a bridge for the projects http://github.com/robbiehanson/CocoaLumberjack (A general purpose super-fast logging framework) and http://github.com/fpillet/NSLogger (send logs to a client app via network).",
"source_files": "DDNSLoggerLogger.*",
"dependencies": {
"NSLogger": [
],
"CocoaLumberjack": [
]
},
"requires_arc": false
}