[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 2.0.0-rc / CocoaLumberjack.podspec.json
blob03c4d689e40da86cca3cf2c9aa02e5746e183f0d
2   "name": "CocoaLumberjack",
3   "version": "2.0.0-rc",
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-rc"
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   "default_subspecs": [
26     "Default",
27     "Extensions"
28   ],
29   "subspecs": [
30     {
31       "name": "Default",
32       "source_files": "Classes/CocoaLumberjack.{h,m}",
33       "dependencies": {
34         "CocoaLumberjack/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "Classes/DD*.{h,m}"
42     },
43     {
44       "name": "Extensions",
45       "source_files": "Classes/Extensions/*.{h,m}",
46       "dependencies": {
47         "CocoaLumberjack/Default": [
49         ]
50       }
51     },
52     {
53       "name": "CLI",
54       "source_files": "Classes/CLI/*.{h,m}",
55       "dependencies": {
56         "CocoaLumberjack/Default": [
58         ]
59       }
60     }
61   ]