[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 8 / AutoGraph / 0.15.1 / AutoGraph.podspec.json
blobbbcee0eff5c0669f3f61cca070147677ff494a22
2   "name": "AutoGraph",
3   "module_name": "AutoGraphQL",
4   "version": "0.15.1",
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.15.1"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.3.2",
20   "requires_arc": true,
21   "dependencies": {
22     "Alamofire": [
23       "~> 5.4.2"
24     ],
25     "JSONValueRX": [
26       "~> 7.2.0"
27     ],
28     "Starscream": [
29       "~> 4.0.4"
30     ]
31   },
32   "source_files": [
33     "AutoGraph/**/*.swift",
34     "QueryBuilder/**/*.swift"
35   ],
36   "resource_bundles": {
37   },
38   "swift_version": "5.3.2"