[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.47.0 / Apollo.podspec.json
blobb039c930a63cfcecb71bb9708060240687deb11a
2   "name": "Apollo",
3   "version": "0.47.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.47.0"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14",
21     "tvos": "12.0",
22     "watchos": "5.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Sources/Apollo/*.swift",
29         "Sources/ApolloUtils/*.swift",
30         "Sources/ApolloAPI/*.swift"
31       ],
32       "exclude_files": "Sources/ApolloAPI/CodegenV1/*.swift",
33       "preserve_paths": [
34         "scripts/run-bundled-codegen.sh"
35       ]
36     },
37     {
38       "name": "SQLite",
39       "source_files": "Sources/ApolloSQLite/*.swift",
40       "dependencies": {
41         "Apollo/Core": [
43         ],
44         "SQLite.swift": [
45           "~>0.12.2"
46         ]
47       }
48     },
49     {
50       "name": "WebSocket",
51       "source_files": "Sources/ApolloWebSocket/*.swift",
52       "dependencies": {
53         "Apollo/Core": [
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.0"