[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.0.0 / CocoaLumberjack.podspec.json
blob092ab6c955e0e75b594014484ccf5c339d19e606
2   "name": "CocoaLumberjack",
3   "version": "3.0.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.0.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": [
17     "README.md",
18     "Classes/CocoaLumberjack.swift",
19     "Framework/Lumberjack/CocoaLumberjack.modulemap"
20   ],
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "default_subspecs": [
28     "Default",
29     "Extensions"
30   ],
31   "subspecs": [
32     {
33       "name": "Default",
34       "source_files": "Classes/CocoaLumberjack.{h,m}",
35       "dependencies": {
36         "CocoaLumberjack/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "Classes/DD*.{h,m}"
44     },
45     {
46       "name": "Extensions",
47       "source_files": "Classes/Extensions/*.{h,m}",
48       "dependencies": {
49         "CocoaLumberjack/Default": [
51         ]
52       }
53     },
54     {
55       "name": "CLI",
56       "platforms": {
57         "osx": "10.7"
58       },
59       "source_files": "Classes/CLI/*.{h,m}",
60       "dependencies": {
61         "CocoaLumberjack/Default": [
63         ]
64       }
65     },
66     {
67       "name": "Swift",
68       "platforms": {
69         "ios": "8.0",
70         "osx": "10.10",
71         "watchos": "2.0",
72         "tvos": "9.0"
73       },
74       "xcconfig": {
75         "SWIFT_VERSION": "3.0"
76       },
77       "source_files": "Classes/CocoaLumberjack.swift",
78       "dependencies": {
79         "CocoaLumberjack/Extensions": [
81         ]
82       }
83     }
84   ]