blob: ab8f8613dc649454b9d8c35863ac0966138c5d4d [file] [log] [blame]
{
"name": "AutoGraph",
"module_name": "AutoGraphQL",
"version": "0.5.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.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7.2"
],
"Crust": [
"~> 0.9.0"
],
"JSONValueRX": [
"~> 4.0.0"
]
},
"source_files": [
"AutoGraph/**/*.swift",
"QueryBuilder/**/*.swift"
],
"resource_bundles": {
}
}