[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.8.3 / CocoaLumberjack.podspec.json
blobe7196599c427f9adbea2f193adaba228f22f49d0
2   "name": "CocoaLumberjack",
3   "version": "3.8.3",
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.3"
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       "resources": "Sources/CocoaLumberjack/PrivacyInfo.xcprivacy"
40     },
41     {
42       "name": "Swift",
43       "dependencies": {
44         "CocoaLumberjack/Core": [
46         ]
47       },
48       "source_files": [
49         "Sources/CocoaLumberjackSwift/**/*.swift",
50         "Sources/CocoaLumberjackSwiftSupport/include/**/*.{h}"
51       ]
52     }
53   ],
54   "swift_version": "5.8"