blob: 895f3b5d7f104c93da8121e672f81bb55c936546 [file] [log] [blame]
{
"name": "AutoGraph",
"module_name": "AutoGraphQL",
"version": "0.8.0",
"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.8.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.8.2"
],
"Crust": [
"~> 0.11.0"
],
"JSONValueRX": [
"~> 5.0.0"
]
},
"source_files": [
"AutoGraph/**/*.swift",
"QueryBuilder/**/*.swift"
],
"resource_bundles": {
}
}