[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 0 / ApolloDeveloperKit / 0.4.4 / ApolloDeveloperKit.podspec.json
blob2fd9109c4a769593ea3e5a3a3297567b0621af22
2   "name": "ApolloDeveloperKit",
3   "version": "0.4.4",
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   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ryosuke Ito": "rito.0305@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/manicmaniac/ApolloDeveloperKit.git",
20     "tag": "0.4.4"
21   },
22   "source_files": "Sources/Classes/**/*.swift",
23   "resources": "Sources/Assets",
24   "dependencies": {
25     "Apollo": [
26       ">= 0.9.1",
27       "< 0.20.0"
28     ]
29   }