[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / e / 2 / Slog / 0.4.0 / Slog.podspec.json
blob8975e9a7f3436285dbbf10f0ad8dc9bb8b64ccea
2   "name": "Slog",
3   "version": "0.4.0",
4   "summary": "Simple Swift logging",
5   "description": "Simple swift logging",
6   "homepage": "https://github.com/Raizlabs/Slog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "johnstricker": "john.stricker@raizlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/Raizlabs/Slog.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Slog/Classes/**/*",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "LogOnly",
26       "source_files": "Slog/Classes/Slog.*"
27     }
28   ]