blob: 5efcf3d372993496b935796813041c6babdf9a11 [file] [log] [blame]
{
"name": "ASGraphQLClient",
"version": "0.2.0",
"summary": "ASGraphQLClient - GraphQL Client",
"description": "TODO: Add long description of the pod here.\nDescription should be longer than summary.\nmore longer\nmuch more longer\nlonger...",
"homepage": "https://github.com/Anobisoft/ASGraphQLClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://twitter.com/Anobisoft",
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/Anobisoft/ASGraphQLClient.git",
"tag": "v0.2.0"
},
"source_files": "ASGraphQLClient/Classes/**/*.{h,m}",
"resources": "ASGraphQLClient/Resources/*.plist",
"frameworks": "Foundation",
"dependencies": {
"AnobiKit": [
"~> 0.2.1"
]
},
"requires_arc": true
}