[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 2.0.0 / Gnomon.podspec.json
blobd4e0892bd225c7bb8f698ccd19dfb6dec4cc378e
2   "name": "Gnomon",
3   "version": "2.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": "2.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "source_files": "Sources/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3"
25     ],
26     "RxCocoa": [
27       "~> 3"
28     ],
29     "SwiftyJSON": [
30       "~> 3"
31     ],
32     "AEXML": [
33       "~> 4"
34     ],
35     "FormatterKit/URLRequestFormatter": [
36       ">= 1.8.2"
37     ]
38   },
39   "pushed_with_swift_version": "3.0"