[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 4.0.1 / Gnomon.podspec.json
blobe82d7d596c33878f7b58a12cbe78f9d9079315e0
2   "name": "Gnomon",
3   "version": "4.0.1",
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": "4.0.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "default_subspecs": "JSON",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/*.swift",
26       "dependencies": {
27         "RxSwift": [
28           "~> 4.0"
29         ],
30         "FormatterKit/URLRequestFormatter": [
31           ">= 1.8.2"
32         ]
33       }
34     },
35     {
36       "name": "Decodable",
37       "source_files": "Sources/Decodable/*.swift",
38       "dependencies": {
39         "Gnomon/Core": [
41         ]
42       }
43     },
44     {
45       "name": "JSON",
46       "source_files": "Sources/JSON/*.swift",
47       "dependencies": {
48         "SwiftyJSON": [
49           "~> 4.0"
50         ],
51         "Gnomon/Core": [
53         ]
54       }
55     },
56     {
57       "name": "XML",
58       "source_files": "Sources/XML/*.swift",
59       "dependencies": {
60         "AEXML": [
61           "~> 4"
62         ],
63         "Gnomon/Core": [
65         ]
66       }
67     }
68   ]