[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 6 / 0 / 5 / Blabber / 1.1.6 / Blabber.podspec.json
blob3233b0291c14d45b0db52545e552427c0138d1d8
2   "name": "Blabber",
3   "version": "1.1.6",
4   "summary": "iOS modular logger based on CocoaLumberjack.",
5   "homepage": "https://github.com/SysdataSpA/Blabber",
6   "license": "Apache 2.0",
7   "authors": {
8     "Sysdata S.p.A.": "team.mobile@sysdata.it"
9   },
10   "source": {
11     "git": "https://github.com/SysdataSpA/Blabber.git",
12     "tag": "1.1.6"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Blabber/Classes/Base/**/*",
22       "xcconfig": {
23         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
24       }
25     },
26     {
27       "name": "CocoaLumberjack",
28       "source_files": "Blabber/Classes/CocoaLumberjack/*",
29       "dependencies": {
30         "Blabber/Core": [
32         ],
33         "CocoaLumberjack": [
34           "~> 3.4.2"
35         ]
36       },
37       "xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "COCOALUMBERJACK=1"
39       }
40     }
41   ]