[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 1.9.2 / CocoaLumberjack.podspec.json
blobde79703c99d4ffd535389fcb5c1c7abce6ca4c15
2   "name": "CocoaLumberjack",
3   "version": "1.9.2",
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.2"
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   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "preserve_paths": "Lumberjack/**/README*",
21   "public_header_files": "Lumberjack/**/*.h",
22   "default_subspecs": "Extensions",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Lumberjack/*.{h,m}"
27     },
28     {
29       "name": "Extensions",
30       "dependencies": {
31         "CocoaLumberjack/Core": [
33         ]
34       },
35       "source_files": "Lumberjack/Extensions/*.{h,m}"
36     },
37     {
38       "name": "CLI",
39       "dependencies": {
40         "CocoaLumberjack/Core": [
42         ]
43       },
44       "source_files": "Lumberjack/CLI/*.{h,m}"
45     }
46   ]