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