[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / f / 5 / LoggerWrapper / 0.5 / LoggerWrapper.podspec.json
blob1c0243a21fe47f1a189ad4832ffa79be595178f7
2   "name": "LoggerWrapper",
3   "version": "0.5",
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.5"
17   },
18   "social_media_url": "https://fueled.com/stephane",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.2",
23   "default_subspecs": "ObjC",
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": "ApplicationDelegate",
67           "dependencies": {
68             "LoggerWrapper/CocoaLumberjack/Swift": [
70             ]
71           },
72           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/ApplicationDelegate/**/*"
73         }
74       ]
75     }
76   ],
77   "swift_version": "5.2"