[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 2.0.1 / CocoaLumberjack.podspec.json
blob50728c298ce504a21955d0ab801462484c4c06cc
2   "name": "CocoaLumberjack",
3   "version": "2.0.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": "2.0.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,modulemap}"
19   ],
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "public_header_files": "Classes/*.h",
25   "module_map": "Classes/CocoaLumberjack.modulemap",
26   "default_subspecs": [
27     "Default",
28     "Extensions"
29   ],
30   "subspecs": [
31     {
32       "name": "Default",
33       "source_files": "Classes/CocoaLumberjack.{h,m}",
34       "dependencies": {
35         "CocoaLumberjack/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "source_files": "Classes/DD*.{h,m}"
43     },
44     {
45       "name": "Extensions",
46       "source_files": "Classes/Extensions/*.{h,m}",
47       "dependencies": {
48         "CocoaLumberjack/Default": [
50         ]
51       }
52     },
53     {
54       "name": "CLI",
55       "source_files": "Classes/CLI/*.{h,m}",
56       "dependencies": {
57         "CocoaLumberjack/Default": [
59         ]
60       }
61     }
62   ]