[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / 5 / Blabber / 1.0.2 / Blabber.podspec.json
blobaf0fc0ae14cc84dbfa1deb54cfdfd5c61af39083
2   "name": "Blabber",
3   "version": "1.0.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.0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Blabber/Classes/**/*",
19   "dependencies": {
20     "CocoaLumberjack": [
21       "~> 2.0"
22     ]
23   },
24   "xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "SD_LOGGER_AVAILABLE=1"
26   },
27   "pushed_with_swift_version": "3.0"