blob: 88fb04fc6c9e3bc1891822a9ee9e8e3c4395756c [file] [log] [blame]
{
"name": "Graphus",
"version": "0.1.1",
"summary": "GraphQL client",
"homepage": "https://github.com/ilia3546/Graphus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ilia3546": "ilia3546@me.com"
},
"source": {
"git": "https://github.com/ilia3546/Graphus.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Graphus/Core/**/*.{swift,h,m}"
},
{
"name": "Codable",
"dependencies": {
"Graphus/Core": [
]
},
"source_files": "Graphus/Codable/**/*.{swift,h,m}"
}
]
}