blob: 49cae3018739dbd3246e4dcf74e798d5787e6443 [file] [log] [blame]
{
"name": "CocoaLumberjack",
"version": "3.6.2",
"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.6.2"
},
"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",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
"private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}"
},
{
"name": "Swift",
"dependencies": {
"CocoaLumberjack/Core": [
]
},
"source_files": [
"Sources/CocoaLumberjackSwift/**/*.swift",
"Sources/CocoaLumberjackSwiftSupport/include/**/*.{h}"
]
}
],
"swift_version": "5.0"
}