blob: 8fd499dc79f781a04ec6c25d23eb60d37fab5ece [file] [log] [blame]
{
"name": "CocoaLumberjack",
"version": "1.6.1",
"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.6.1"
},
"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"
}