[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 3.1.0 / Gnomon.podspec.json
blobd1e300a153fb27f2862cf927384b68430c00efe7
2   "name": "Gnomon",
3   "version": "3.1.0",
4   "summary": "Common Rest API manager for Netco Sports projects on Swift with RxSwift",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/netcosports/Gnomon",
9   "authors": {
10     "Vladimir Burdukov": "vladimir.burdukov@netcosports.com"
11   },
12   "source": {
13     "git": "https://github.com/netcosports/Gnomon.git",
14     "tag": "3.1.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "default_subspecs": "JSON",
22   "pushed_with_swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/*.swift",
27       "dependencies": {
28         "RxSwift": [
29           "~> 4.0"
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.0"
51         ],
52         "Gnomon/Core": [
54         ]
55       }
56     },
57     {
58       "name": "XML",
59       "source_files": "Sources/XML/*.swift",
60       "dependencies": {
61         "AEXML": [
62           "~> 4"
63         ],
64         "Gnomon/Core": [
66         ]
67       }
68     }
69   ]