[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 5 / 8 / AutoGraph / 0.12.0 / AutoGraph.podspec.json
blobbec90b0fef736f925ba0101d1fd04335e7244d8e
2   "name": "AutoGraph",
3   "module_name": "AutoGraphQL",
4   "version": "0.12.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.12.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   },
28   "source_files": [
29     "AutoGraph/**/*.swift",
30     "QueryBuilder/**/*.swift"
31   ],
32   "resource_bundles": {
33   }