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