blob: 9e008d4aa1d71643e43b1cd2c00aa2abe88429bb [file] [log] [blame]
{
"name": "ASGraphQLClient",
"version": "0.0.2",
"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.0.2"
},
"source_files": "ASGraphQLClient/Classes/**/*.{h,m}",
"resources": "ASGraphQLClient/Resources/*.plist",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"AnobiKit": [
"~> 0.1.0"
]
},
"requires_arc": true
}