2 "name": "CocoaLumberjack",
5 "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
6 "homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
8 "Robbie Hanson": "robbiehanson@deusty.com"
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.",
16 "preserve_paths": "README.md",
23 "swift_versions": "5.0",
24 "default_subspecs": "Core",
25 "swift_version": "5.0",
29 "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
30 "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}"
35 "CocoaLumberjack/Core": [
40 "Sources/CocoaLumberjackSwift/*.swift",
41 "Sources/CocoaLumberjackSwiftSupport/include/*.{h}"