[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 5 / 8 / AutoGraph / 0.14.0 / AutoGraph.podspec.json
blob5edd07f8a2e3322f59c4b46e2ac5eb5afbc40f7a
2   "name": "AutoGraph",
3   "module_name": "AutoGraphQL",
4   "version": "0.14.0",
5   "summary": "Swift GraphQL Client and Mapping library with Realm support",
6   "description": "A flexible Swift framework for requesting and mapping data from a GraphQL server with support for storage solutions such as Realm.",
7   "homepage": "https://github.com/remind101/AutoGraph",
8   "license": "MIT",
9   "authors": {
10     "rexmas": "rex@remindhq.com"
11   },
12   "source": {
13     "git": "https://github.com/remind101/AutoGraph.git",
14     "tag": "0.14.0"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
22       "~> 5.0.5"
23     ],
24     "JSONValueRX": [
25       "~> 7.0.0"
26     ],
27     "Starscream": [
28       "~> 4.0.0"
29     ]
30   },
31   "source_files": [
32     "AutoGraph/**/*.swift",
33     "QueryBuilder/**/*.swift"
34   ],
35   "resource_bundles": {
36   }