[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / b / 4 / 5 / Gnomon / 5.2.6 / Gnomon.podspec.json
blob2f9cb8e20b8f6dbf9837409e48101098c42c143d
2   "name": "Gnomon",
3   "version": "5.2.6",
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": "5.2.6"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "default_subspecs": "JSON",
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Core/*.swift",
30       "dependencies": {
31         "RxSwift": [
32           "~> 5"
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           "~> 5"
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   ],
70   "swift_version": "5.1"