2 "name": "CocoaLumberjack",
5 "summary": "A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.",
7 "Robbie Hanson": "robbiehanson@deusty.com"
9 "homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
11 "git": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
14 "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.",
15 "cocoapods_version": ">= 1.7.0",
33 "default_subspecs": "Core",
37 "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
38 "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}",
40 "CocoaLumberjackPrivacy": [
41 "Sources/CocoaLumberjack/PrivacyInfo.xcprivacy"
48 "CocoaLumberjack/Core": [
53 "Sources/CocoaLumberjackSwift/**/*.swift",
54 "Sources/CocoaLumberjackSwiftSupport/include/**/*.{h}"
58 "swift_version": "5.8"