blob: 06cd8be849364f98a7b8eb699651be668ed8f89a [file] [log] [blame]
{
"name": "CocoaLumberjack",
"version": "3.2.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": "3.2.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": [
"README.md",
"Classes/CocoaLumberjack.swift",
"Framework/Lumberjack/CocoaLumberjack.modulemap"
],
"platforms": {
"ios": "5.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": [
"Default",
"Extensions"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Default",
"source_files": [
"Classes/CocoaLumberjack.h",
"Classes/DD*.{h,m}"
],
"public_header_files": [
"Classes/CocoaLumberjack.h",
"Classes/DD*.h"
]
},
{
"name": "Core",
"source_files": "Classes/DD*.{h,m}",
"public_header_files": "Classes/DD*.h"
},
{
"name": "Extensions",
"dependencies": {
"CocoaLumberjack/Default": [
]
},
"source_files": "Classes/Extensions/*.{h,m}",
"public_header_files": "Classes/Extensions/*.h"
},
{
"name": "CLI",
"platforms": {
"osx": "10.7"
},
"osx": {
"dependencies": {
"CocoaLumberjack/Default": [
]
},
"source_files": "Classes/CLI/*.{h,m}",
"public_header_files": "Classes/CLI/*.h"
}
},
{
"name": "Swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"CocoaLumberjack/Default": [
]
},
"source_files": "Classes/CocoaLumberjack.swift"
}
]
}