blob: b73865b368010361130560a64f9e38ab94734016 [file] [log] [blame]
{
"name": "CocoaLumberjack",
"version": "1.8.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.8.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,
"preserve_paths": "Lumberjack/**/README*",
"public_header_files": "Lumberjack/**/*.h",
"default_subspecs": [
"Extensions"
],
"subspecs": [
{
"name": "Core",
"source_files": "Lumberjack/*.{h,m}"
},
{
"name": "Extensions",
"dependencies": {
"CocoaLumberjack/Core": [
]
},
"source_files": "Lumberjack/Extensions/*.{h,m}"
},
{
"name": "CLI",
"dependencies": {
"CocoaLumberjack/Core": [
]
},
"source_files": "Lumberjack/CLI/*.{h,m}"
}
]
}