[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / 0 / ApolloDeveloperKit / 0.11.0 / ApolloDeveloperKit.podspec.json
blob00165c037370c6f357458a3843cb1a5ee126e0cb
2   "name": "ApolloDeveloperKit",
3   "version": "0.11.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.11.0"
23   },
24   "source_files": "Sources/Classes/**/*.swift",
25   "resources": "Sources/Assets",
26   "dependencies": {
27     "Apollo": [
28       ">= 0.24.0",
29       "< 0.27.0"
30     ]
31   }