[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 5 / 8 / AutoGraph / 0.10.0 / AutoGraph.podspec.json
blob246b688ffd1f160504e1cf07f09612ab2a087c78
2   "name": "AutoGraph",
3   "module_name": "AutoGraphQL",
4   "version": "0.10.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.10.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.8.2"
23     ],
24     "JSONValueRX": [
25       "~> 5.1.0"
26     ]
27   },
28   "source_files": [
29     "AutoGraph/**/*.swift",
30     "QueryBuilder/**/*.swift"
31   ],
32   "resource_bundles": {
33   }