[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 5 / Blabber / 1.0.0 / Blabber.podspec.json
blobd25cd0770e4fad854592a63ac5dbadfe8f80c0d6
2   "name": "Blabber",
3   "version": "1.0.0",
4   "summary": "iOS modular logger based on CocoaLumberjack.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SysdataSpA/Blabber",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "francescoceravolo": "team.mobile@sysdata.it"
13   },
14   "source": {
15     "git": "https://github.com/SysdataSpA/Blabber.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Blabber/Classes/**/*",
22   "dependencies": {
23     "CocoaLumberjack": [
24       "~> 2.0"
25     ]
26   },
27   "xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "SD_LOGGER_AVAILABLE=1"
29   },
30   "pushed_with_swift_version": "3.0"