[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.5.0 / CocoaLumberjack.podspec.json
blob85c4d712d068ad2912cca1f9968722a2424bdd21
2   "name": "CocoaLumberjack",
3   "version": "3.5.0",
4   "license": "BSD",
5   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
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.5.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   "requires_arc": true,
16   "preserve_paths": "README.md",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "3.0",
21     "tvos": "9.0"
22   },
23   "swift_version": "4.2",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Classes/CocoaLumberjack.h",
30         "Classes/DD*.{h,m}",
31         "Classes/Extensions/*.{h,m}",
32         "Classes/CLI/*.{h,m}"
33       ],
34       "private_header_files": "Classes/DD*Internal.{h}"
35     },
36     {
37       "name": "Swift",
38       "dependencies": {
39         "CocoaLumberjack/Core": [
41         ]
42       },
43       "source_files": [
44         "Classes/CocoaLumberjack.swift",
45         "Classes/DDAssert.swift",
46         "Classes/SwiftLogLevel.h"
47       ]
48     }
49   ]