[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 6 / 0 / 5 / Blabber / 1.1.5 / Blabber.podspec.json
blobebbe218cc073756bf4f7225b603460d8d0449612
2   "name": "Blabber",
3   "version": "1.1.5",
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.5"
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           "~> 2.0"
35         ]
36       },
37       "xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "COCOALUMBERJACK=1"
39       }
40     }
41   ]