blob: 34fc6a854639fee2f7768285715670d4246f2745 [file] [log] [blame]
{
"name": "ASGraphQLClient",
"version": "0.2.1",
"summary": "ASGraphQLClient - GraphQL Client",
"description": "TODO: Add long description of the pod here.\nDescription should be longer than summary.\nmore longer\nmuch more longer...",
"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.1"
},
"source_files": "ASGraphQLClient/Classes/**/*.{h,m}",
"resources": "ASGraphQLClient/Resources/*.plist",
"frameworks": "Foundation",
"dependencies": {
"AnobiKit": [
"~> 0.2.1"
]
},
"requires_arc": true
}