blob: 56ecd308623094b87d4ca3e6c61bf202f5eb841d [file] [log] [blame]
{
"name": "AutoGraph",
"module_name": "AutoGraphQL",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4"
],
"Crust": [
"~> 0.4"
],
"JSONValueRX": [
"~> 1"
]
},
"source_files": [
"AutoGraph/**/*.swift",
"QueryBuilder/**/*.swift"
],
"resource_bundles": {
},
"pushed_with_swift_version": "3.0"
}