[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 0 / ApolloDeveloperKit / 0.14.1 / ApolloDeveloperKit.podspec.json
blob5ea87802a049b1a258773a30d860e168fd6b9011
2   "name": "ApolloDeveloperKit",
3   "version": "0.14.1",
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/92017937-6fcc7d00-ed8f-11ea-8611-baf3aef386cf.png",
8   "documentation_url": "https://manicmaniac.github.io/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.1"
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.33.0"
36     ]
37   },
38   "swift_version": "5.2"