[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.33.0 / Apollo.podspec.json
blob2c4d3eda716573c4de626ee125725572b7627524
2   "name": "Apollo",
3   "version": "0.33.0",
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.33.0"
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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Sources/Apollo/*.swift",
29         "Sources/ApolloCore/*.swift"
30       ],
31       "preserve_paths": [
32         "scripts/run-bundled-codegen.sh"
33       ]
34     },
35     {
36       "name": "SQLite",
37       "source_files": "Sources/ApolloSQLite/*.swift",
38       "dependencies": {
39         "Apollo/Core": [
41         ],
42         "SQLite.swift": [
43           "~>0.12.2"
44         ]
45       }
46     },
47     {
48       "name": "WebSocket",
49       "source_files": "Sources/ApolloWebSocket/*.swift",
50       "dependencies": {
51         "Apollo/Core": [
53         ],
54         "Starscream": [
55           "~>3.1.1"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"