[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / f / 5 / LoggerWrapper / 0.1.0 / LoggerWrapper.podspec.json
blob8b544a85b731947f92f6b3241e45ee45164813ed
2   "name": "LoggerWrapper",
3   "version": "0.1.0",
4   "summary": "A very simple library that aims to provide a simple wrapper around the various logging library that exists for iOS.",
5   "description": "A very simple library that aims to provide a simple wrapper around the various logging library that exists for iOS.\nCurrently supports CocoaLumberjack, and can optionally integrate with PluggableApplicationDelegate.\n\n  Ideally, this library allows library creators to allow to use logging, without relying on the classic NSLog/print which\n  can't be disabled easily.",
6   "homepage": "https://github.com/stephanecopin/LoggerWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stephanecopin": "stephane.copin@live.fr"
13   },
14   "source": {
15     "git": "https://github.com/stephanecopin/LoggerWrapper.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://fueled.com/stephane",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "ObjC",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "ObjC",
27       "source_files": "LoggerWrapper/Classes/*.{h,m}"
28     },
29     {
30       "name": "Swift",
31       "dependencies": {
32         "LoggerWrapper/ObjC": [
34         ]
35       },
36       "source_files": "LoggerWrapper/Classes/*.{swift}"
37     },
38     {
39       "name": "CocoaLumberjack",
40       "subspecs": [
41         {
42           "name": "Core",
43           "dependencies": {
44             "LoggerWrapper/ObjC": [
46             ],
47             "CocoaLumberjack": [
49             ]
50           },
51           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/*.{h,m,swift}"
52         },
53         {
54           "name": "Swift",
55           "dependencies": {
56             "LoggerWrapper/Swift": [
58             ],
59             "CocoaLumberjack/Swift": [
61             ]
62           },
63           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/*.{h,m,swift}"
64         },
65         {
66           "name": "PluggableApplicationDelegate",
67           "dependencies": {
68             "LoggerWrapper/CocoaLumberjack/Swift": [
70             ],
71             "PluggableApplicationDelegate": [
73             ]
74           },
75           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/PluggableApplicationDelegate/**/*"
76         }
77       ]
78     }
79   ]