[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.6.0 / CocoaLumberjack.podspec.json
blob157e0a58beaa2f84c697c46e30770665380e2437
2   "name": "CocoaLumberjack",
3   "version": "3.6.0",
4   "license": "BSD",
5   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
6   "homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
7   "authors": {
8     "Robbie Hanson": "robbiehanson@deusty.com"
9   },
10   "source": {
11     "git": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
12     "tag": "3.6.0"
13   },
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   "requires_arc": true,
16   "preserve_paths": "README.md",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "3.0",
21     "tvos": "9.0"
22   },
23   "swift_versions": "5.0",
24   "default_subspecs": "Core",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
30       "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}"
31     },
32     {
33       "name": "Swift",
34       "dependencies": {
35         "CocoaLumberjack/Core": [
37         ]
38       },
39       "source_files": [
40         "Sources/CocoaLumberjackSwift/*.swift",
41         "Sources/CocoaLumberjackSwiftSupport/include/*.{h}"
42       ]
43     }
44   ]