[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 1.9.1 / CocoaLumberjack.podspec.json
blob765f81da8d4d9bfdf0a1f3fec2fda117c4d32263
2   "name": "CocoaLumberjack",
3   "version": "1.9.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": "1.9.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": "Lumberjack/**/README*",
17   "public_header_files": "Lumberjack/**/*.h",
18   "default_subspecs": "Extensions",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Lumberjack/*.{h,m}"
23     },
24     {
25       "name": "Extensions",
26       "dependencies": {
27         "CocoaLumberjack/Core": [
29         ]
30       },
31       "source_files": "Lumberjack/Extensions/*.{h,m}"
32     },
33     {
34       "name": "CLI",
35       "dependencies": {
36         "CocoaLumberjack/Core": [
38         ]
39       },
40       "source_files": "Lumberjack/CLI/*.{h,m}"
41     }
42   ]