[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 2.1.0-rc / CocoaLumberjack.podspec.json
blob5b0cf2a7b1e1ded2b11b305b2d0127086e0b3ee4
2   "name": "CocoaLumberjack",
3   "version": "2.1.0-rc",
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": "2.1.0-rc"
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   },
26   "public_header_files": "Classes/*.h",
27   "module_map": "Framework/Lumberjack/CocoaLumberjack.modulemap",
28   "default_subspecs": [
29     "Default",
30     "Extensions"
31   ],
32   "subspecs": [
33     {
34       "name": "Default",
35       "source_files": "Classes/CocoaLumberjack.{h,m}",
36       "dependencies": {
37         "CocoaLumberjack/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "source_files": "Classes/DD*.{h,m}"
45     },
46     {
47       "name": "Extensions",
48       "source_files": "Classes/Extensions/*.{h,m}",
49       "dependencies": {
50         "CocoaLumberjack/Default": [
52         ]
53       }
54     },
55     {
56       "name": "CLI",
57       "platforms": {
58         "osx": "10.7"
59       },
60       "source_files": "Classes/CLI/*.{h,m}",
61       "dependencies": {
62         "CocoaLumberjack/Default": [
64         ]
65       }
66     },
67     {
68       "name": "Swift",
69       "platforms": {
70         "ios": "8.0",
71         "osx": "10.10",
72         "watchos": "2.0"
73       },
74       "source_files": "Classes/CocoaLumberjack.swift",
75       "dependencies": {
76         "CocoaLumberjack/Extensions": [
78         ]
79       }
80     }
81   ]