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