[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.8.0 / CocoaLumberjack.podspec.json
blobde721922cb913c7f3c167bab8149e275d02580b8
2   "name": "CocoaLumberjack",
3   "version": "3.8.0",
4   "license": "BSD",
5   "summary": "A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.",
6   "authors": {
7     "Robbie Hanson": "robbiehanson@deusty.com"
8   },
9   "homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
10   "source": {
11     "git": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
12     "tag": "3.8.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   "cocoapods_version": ">= 1.7.0",
16   "swift_versions": [
17     "5.5",
18     "5.6",
19     "5.7"
20   ],
21   "platforms": {
22     "osx": "10.13",
23     "ios": "11.0",
24     "tvos": "11.0",
25     "watchos": "4.0"
26   },
27   "preserve_paths": [
28     "README.md",
29     "LICENSE",
30     "CHANGELOG.md"
31   ],
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
37       "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}"
38     },
39     {
40       "name": "Swift",
41       "dependencies": {
42         "CocoaLumberjack/Core": [
44         ]
45       },
46       "source_files": [
47         "Sources/CocoaLumberjackSwift/**/*.swift",
48         "Sources/CocoaLumberjackSwiftSupport/include/**/*.{h}"
49       ]
50     }
51   ],
52   "swift_version": "5.7"