[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.16.1 / Apollo.podspec.json
blob64c3ec20bd593860ba75bdc0e8d17d793760b91b
2   "name": "Apollo",
3   "version": "0.16.1",
4   "authors": "Meteor Development Group",
5   "homepage": "https://github.com/apollographql/apollo-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "summary": "A GraphQL client for iOS, written in Swift.",
11   "source": {
12     "git": "https://github.com/apollographql/apollo-ios.git",
13     "tag": "0.16.1"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.1",
22     "watchos": "3.0"
23   },
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Apollo/*.swift",
29       "preserve_paths": [
30         "scripts/check-and-run-apollo-cli.sh",
31         "scripts/check-and-run-apollo-codegen.sh",
32         "scripts/run-bundled-codegen.sh",
33         "scripts/apollo.tar.gz"
34       ]
35     },
36     {
37       "name": "SQLite",
38       "source_files": "Sources/ApolloSQLite/*.swift",
39       "dependencies": {
40         "Apollo/Core": [
42         ],
43         "SQLite.swift": [
44           "0.12.2"
45         ]
46       }
47     },
48     {
49       "name": "WebSocket",
50       "source_files": "Sources/ApolloWebSocket/*.swift",
51       "dependencies": {
52         "Apollo/Core": [
54         ],
55         "Starscream": [
56           "3.1.0"
57         ]
58       }
59     }
60   ]