[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 0 / ApolloDeveloperKit / 0.14.0 / ApolloDeveloperKit.podspec.json
blob7dd4b3565ac93c398c08502d35754dc2e11b0969
2   "name": "ApolloDeveloperKit",
3   "version": "0.14.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.14.0"
23   },
24   "source_files": "Sources/Classes/**/*.swift",
25   "resources": "Sources/Assets",
26   "cocoapods_version": ">= 1.7.0",
27   "swift_versions": [
28     "5.0",
29     "5.1",
30     "5.2"
31   ],
32   "dependencies": {
33     "Apollo": [
34       ">= 0.29.0",
35       "< 0.32.0"
36     ]
37   },
38   "swift_version": "5.2"