| { |
| "name": "AutoGraph", |
| "module_name": "AutoGraphQL", |
| "version": "0.14.3", |
| "summary": "Swift GraphQL Client and Mapping library with Realm support", |
| "description": "A flexible Swift framework for requesting and mapping data from a GraphQL server with support for storage solutions such as Realm.", |
| "homepage": "https://github.com/remind101/AutoGraph", |
| "license": "MIT", |
| "authors": { |
| "rexmas": "rex@remindhq.com" |
| }, |
| "source": { |
| "git": "https://github.com/remind101/AutoGraph.git", |
| "tag": "0.14.3" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 5.0.5" |
| ], |
| "JSONValueRX": [ |
| "~> 7.0.0" |
| ], |
| "Starscream": [ |
| "~> 4.0.0" |
| ] |
| }, |
| "source_files": [ |
| "AutoGraph/**/*.swift", |
| "QueryBuilder/**/*.swift" |
| ], |
| "resource_bundles": { |
| } |
| } |