[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.9.4 / Apollo.podspec.json
blobafa23e0d049047c13a80e102ca8413c376a984a1
2   "name": "Apollo",
3   "version": "0.9.4",
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.4"
14   },
15   "requires_arc": true,
16   "swift_version": "4.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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Apollo/*.swift",
28       "resources": [
29         "scripts/check-and-run-apollo-cli.sh",
30         "scripts/check-and-run-apollo-codegen.sh"
31       ]
32     },
33     {
34       "name": "SQLite",
35       "source_files": "Sources/ApolloSQLite/*.swift",
36       "dependencies": {
37         "Apollo/Core": [
39         ],
40         "SQLite.swift": [
41           "~> 0.11.4"
42         ]
43       }
44     },
45     {
46       "name": "WebSocket",
47       "source_files": "Sources/ApolloWebSocket/*.swift",
48       "dependencies": {
49         "Apollo/Core": [
51         ],
52         "Starscream": [
53           "~> 3.0.2"
54         ]
55       }
56     }
57   ]