[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 1 / 8 / a / Logue / 1.0.5 / Logue.podspec.json
blob5f04fd5678d80b8771b3fc17e206454c0c08bc14
2   "name": "Logue",
3   "version": "1.0.5",
4   "summary": "Lightweight, extensible logging framework.",
5   "description": "Logue is lightweight, extensible logging framework.",
6   "homepage": "https://github.com/sinoru/Logue",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jaehong Kang": "sinoru@me.com"
13   },
14   "platforms": {
15     "osx": "10.10",
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": [
22     "Core",
23     "Loggers"
24   ],
25   "source": {
26     "git": "https://github.com/sinoru/Logue.git",
27     "tag": "1.0.5"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Logue/*.{swift}",
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "Loggers",
37       "source_files": "Sources/Loggers/*.{swift}",
38       "frameworks": "Foundation",
39       "dependencies": {
40         "Logue/Core": [
42         ]
43       }
44     }
45   ]