[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.7.4 / CocoaLumberjack.podspec.json
blob47ad6aafe96623ef44729aedda4cdfad2b219a52
2   "name": "CocoaLumberjack",
3   "version": "3.7.4",
4   "license": "BSD",
5   "summary": "A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.",
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.7.4"
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   "preserve_paths": "README.md",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "default_subspecs": "Core",
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   ],
45   "swift_version": "5.0"