[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 0 / ApolloDeveloperKit / 0.9.0 / ApolloDeveloperKit.podspec.json
blob9583e36fa08b7b5f40f8cf3ccc0c7e1bb7fbbc13
2   "name": "ApolloDeveloperKit",
3   "version": "0.9.0",
4   "summary": "Visual debugger for Apollo iOS GraphQL client",
5   "description": "ApolloDeveloperKit is an iOS library which works as a bridge between Apollo iOS client and Apollo Client Developer tools.\nThis library adds an ability to watch the sent queries or mutations simultaneously, and also has the feature to request arbitrary operations from embedded GraphiQL console.",
6   "homepage": "https://github.com/manicmaniac/ApolloDeveloperKit",
7   "screenshots": "https://user-images.githubusercontent.com/1672393/59568132-81a20180-90b1-11e9-9207-b2070b26e790.png",
8   "documentation_url": "https://manicmaniac.github.com/ApolloDeveloperKit",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Ryosuke Ito": "rito.0305@gmail.com"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/manicmaniac/ApolloDeveloperKit.git",
22     "tag": "0.9.0"
23   },
24   "source_files": "Sources/Classes/**/*.swift",
25   "resources": "Sources/Assets",
26   "dependencies": {
27     "Apollo": [
28       ">= 0.9.1",
29       "< 0.23.0"
30     ]
31   }