blob: cc82ec100c4647ff5fd512b823f7247911c3048e [file] [log] [blame]
{
"name": "CocoaLumberjack",
"version": "1.3.3",
"license": "BSD",
"summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
"homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
"tag": "1.3.3"
},
"description": "It is similar in concept to other popular logging frameworks such as log4j, yet is designed specifically for objective-c, and takes advantage of features such as multi-threading, grand central dispatch (if available), lockless atomic operations, and the dynamic nature of the objective-c runtime.",
"requires_arc": true,
"source_files": [
"Lumberjack",
"Lumberjack/Extensions"
]
}