[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / 5 / Blabber / 1.1.2 / Blabber.podspec.json
bloba2de3533b5f45bfb1230e7c7e2b8d808393c871d
2   "name": "Blabber",
3   "version": "1.1.2",
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.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Core",
18   "pushed_with_swift_version": "3.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Blabber/Classes/Base/**/*"
23     },
24     {
25       "name": "CocoaLumberjack",
26       "source_files": "Blabber/Classes/CocoaLumberjack/*",
27       "dependencies": {
28         "Blabber/Core": [
30         ],
31         "CocoaLumberjack": [
32           "~> 2.0"
33         ]
34       },
35       "xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "COCOALUMBERJACK_AVAILABLE=1"
37       }
38     }
39   ]