[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 3.0.0 / Gnomon.podspec.json
blobf4d4271d4692f5b92cd98e227d56d5f69df057f4
2   "name": "Gnomon",
3   "version": "3.0.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.0.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": "3.1",
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": "JSON",
38       "source_files": "Sources/JSON/*.swift",
39       "dependencies": {
40         "SwiftyJSON": [
41           "~> 3.0"
42         ],
43         "Gnomon/Core": [
45         ]
46       }
47     },
48     {
49       "name": "XML",
50       "source_files": "Sources/XML/*.swift",
51       "dependencies": {
52         "AEXML": [
53           "~> 4"
54         ],
55         "Gnomon/Core": [
57         ]
58       }
59     }
60   ]