[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.4.1 / CocoaLumberjack.podspec.json
blob3711242066f63bbb04bb87e1c4e277b869b9e47a
2   "name": "CocoaLumberjack",
3   "version": "3.4.1",
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.4.1"
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": [
17     "README.md",
18     "Classes/CocoaLumberjack.swift",
19     "Framework/Lumberjack/CocoaLumberjack.modulemap"
20   ],
21   "platforms": {
22     "ios": "6.0",
23     "osx": "10.8",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "default_subspecs": [
28     "Default",
29     "Extensions"
30   ],
31   "pushed_with_swift_version": "4.0",
32   "subspecs": [
33     {
34       "name": "Default",
35       "source_files": [
36         "Classes/CocoaLumberjack.h",
37         "Classes/DD*.{h,m}"
38       ],
39       "public_header_files": [
40         "Classes/CocoaLumberjack.h",
41         "Classes/DD*.h"
42       ]
43     },
44     {
45       "name": "Core",
46       "source_files": "Classes/DD*.{h,m}",
47       "public_header_files": "Classes/DD*.h"
48     },
49     {
50       "name": "Extensions",
51       "dependencies": {
52         "CocoaLumberjack/Default": [
54         ]
55       },
56       "source_files": "Classes/Extensions/*.{h,m}",
57       "public_header_files": "Classes/Extensions/*.h"
58     },
59     {
60       "name": "CLI",
61       "platforms": {
62         "osx": "10.8"
63       },
64       "osx": {
65         "dependencies": {
66           "CocoaLumberjack/Default": [
68           ]
69         },
70         "source_files": "Classes/CLI/*.{h,m}",
71         "public_header_files": "Classes/CLI/*.h"
72       }
73     },
74     {
75       "name": "Swift",
76       "platforms": {
77         "ios": "8.0",
78         "osx": "10.10",
79         "watchos": "2.0",
80         "tvos": "9.0"
81       },
82       "dependencies": {
83         "CocoaLumberjack/Default": [
85         ]
86       },
87       "source_files": "Classes/CocoaLumberjack.swift"
88     }
89   ]