[Add] AnyThinkChartboostSDKAdapter 6.4.12
[CocoaPods.git] / Specs / a / f / 5 / LoggerWrapper / 0.5.2 / LoggerWrapper.podspec.json
blobd6f46820d9c3f857e9a25e5ee69d879bd832e11b
2   "name": "LoggerWrapper",
3   "version": "0.5.2",
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.2"
17   },
18   "social_media_url": "https://fueled.com/stephane",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12"
22   },
23   "swift_versions": "5.2",
24   "default_subspecs": "ObjC",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "LoggerWrapper/Classes/*.{h,m}"
29     },
30     {
31       "name": "Swift",
32       "dependencies": {
33         "LoggerWrapper/ObjC": [
35         ]
36       },
37       "source_files": "LoggerWrapper/Classes/*.{swift}"
38     },
39     {
40       "name": "CocoaLumberjack",
41       "subspecs": [
42         {
43           "name": "Core",
44           "dependencies": {
45             "LoggerWrapper/ObjC": [
47             ],
48             "CocoaLumberjack": [
50             ]
51           },
52           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/*.{h,m,swift}"
53         },
54         {
55           "name": "Swift",
56           "dependencies": {
57             "LoggerWrapper/Swift": [
59             ],
60             "CocoaLumberjack/Swift": [
62             ]
63           },
64           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/*.{h,m,swift}"
65         },
66         {
67           "name": "ApplicationDelegate",
68           "dependencies": {
69             "LoggerWrapper/CocoaLumberjack/Swift": [
71             ]
72           },
73           "source_files": "LoggerWrapper/Classes/CocoaLumberjack/ApplicationDelegate/**/*"
74         }
75       ]
76     }
77   ],
78   "swift_version": "5.2"