[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 5.1 / Gnomon.podspec.json
blobc25d680c6068446fff65859d45696c714a0ce26d
2   "name": "Gnomon",
3   "version": "5.1",
4   "summary": "Common Rest API manager for Netco Sports projects on Swift with RxSwift",
5   "swift_versions": "5.0",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "https://github.com/netcosports/Gnomon",
10   "authors": {
11     "Vladimir Burdukov": "vladimir.burdukov@netcosports.com"
12   },
13   "source": {
14     "git": "https://github.com/netcosports/Gnomon.git",
15     "tag": "5.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "osx": "10.10"
21   },
22   "default_subspecs": "JSON",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/*.swift",
28       "dependencies": {
29         "RxSwift": [
30           "~> 4.2"
31         ],
32         "FormatterKit/URLRequestFormatter": [
33           ">= 1.8.2"
34         ]
35       }
36     },
37     {
38       "name": "Decodable",
39       "source_files": "Sources/Decodable/*.swift",
40       "dependencies": {
41         "Gnomon/Core": [
43         ]
44       }
45     },
46     {
47       "name": "JSON",
48       "source_files": "Sources/JSON/*.swift",
49       "dependencies": {
50         "SwiftyJSON": [
51           "~> 5.0"
52         ],
53         "Gnomon/Core": [
55         ]
56       }
57     },
58     {
59       "name": "XML",
60       "source_files": "Sources/XML/*.swift",
61       "dependencies": {
62         "AEXML": [
63           "~> 4.2"
64         ],
65         "Gnomon/Core": [
67         ]
68       }
69     }
70   ]