[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 5.0 / Gnomon.podspec.json
blobc5333a32f0dfa2041ab7f0e1b78806b5d78da539
2   "name": "Gnomon",
3   "version": "5.0",
4   "summary": "Common Rest API manager for Netco Sports projects on Swift with RxSwift",
5   "swift_version": "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.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "osx": "10.10"
21   },
22   "default_subspecs": "JSON",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/*.swift",
27       "dependencies": {
28         "RxSwift": [
29           "~> 4.2"
30         ],
31         "FormatterKit/URLRequestFormatter": [
32           ">= 1.8.2"
33         ]
34       }
35     },
36     {
37       "name": "Decodable",
38       "source_files": "Sources/Decodable/*.swift",
39       "dependencies": {
40         "Gnomon/Core": [
42         ]
43       }
44     },
45     {
46       "name": "JSON",
47       "source_files": "Sources/JSON/*.swift",
48       "dependencies": {
49         "SwiftyJSON": [
50           "~> 4.2"
51         ],
52         "Gnomon/Core": [
54         ]
55       }
56     },
57     {
58       "name": "XML",
59       "source_files": "Sources/XML/*.swift",
60       "dependencies": {
61         "AEXML": [
62           "~> 4.2"
63         ],
64         "Gnomon/Core": [
66         ]
67       }
68     }
69   ]