[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.8.5 / CocoaLumberjack.podspec.json
bloba8c1a9aab88660721343364c493427765c730979
2   "name": "CocoaLumberjack",
3   "version": "3.8.5",
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.5"
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     "5.8"
21   ],
22   "platforms": {
23     "osx": "10.13",
24     "ios": "11.0",
25     "tvos": "11.0",
26     "watchos": "4.0"
27   },
28   "preserve_paths": [
29     "README.md",
30     "LICENSE",
31     "CHANGELOG.md"
32   ],
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
38       "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}",
39       "resource_bundles": {
40         "CocoaLumberjackPrivacy": [
41           "Sources/CocoaLumberjack/PrivacyInfo.xcprivacy"
42         ]
43       }
44     },
45     {
46       "name": "Swift",
47       "dependencies": {
48         "CocoaLumberjack/Core": [
50         ]
51       },
52       "source_files": [
53         "Sources/CocoaLumberjackSwift/**/*.swift",
54         "Sources/CocoaLumberjackSwiftSupport/include/**/*.{h}"
55       ]
56     }
57   ],
58   "swift_version": "5.8"