[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.9.3 / Apollo.podspec.json
blob9390c2c431565ab1a955c4b67fe04cb09a2bb2d5
2   "name": "Apollo",
3   "version": "0.9.3",
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.9.3"
14   },
15   "requires_arc": true,
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.1",
21     "watchos": "3.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Apollo/*.swift",
27       "resources": [
28         "scripts/check-and-run-apollo-cli.sh",
29         "scripts/check-and-run-apollo-codegen.sh"
30       ]
31     },
32     {
33       "name": "SQLite",
34       "source_files": "Sources/ApolloSQLite/*.swift",
35       "dependencies": {
36         "Apollo/Core": [
38         ],
39         "SQLite.swift": [
40           "~> 0.11.4"
41         ]
42       }
43     },
44     {
45       "name": "WebSocket",
46       "source_files": "Sources/ApolloWebSocket/*.swift",
47       "dependencies": {
48         "Apollo/Core": [
50         ],
51         "Starscream": [
52           "~> 3.0.2"
53         ]
54       }
55     }
56   ]