[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 2.0.3 / CocoaLumberjack.podspec.json
blob7dc33bc4258cfe1e1fe8c9ab7d4791f91ec02274
2   "name": "CocoaLumberjack",
3   "version": "2.0.3",
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.0.3"
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   },
25   "public_header_files": "Classes/*.h",
26   "module_map": "Framework/Lumberjack/CocoaLumberjack.modulemap",
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       "source_files": "Classes/CLI/*.{h,m}",
57       "dependencies": {
58         "CocoaLumberjack/Default": [
60         ]
61       }
62     },
63     {
64       "name": "Swift",
65       "platforms": {
66         "ios": "8.0",
67         "osx": "10.10"
68       },
69       "source_files": "Classes/CocoaLumberjack.swift",
70       "dependencies": {
71         "CocoaLumberjack/Extensions": [
73         ]
74       }
75     }
76   ]