[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 1.9.2 / Apollo.podspec.json
blob3e601765988a08c2d4c02eaedd6d00e7b229d69c
2   "name": "Apollo",
3   "version": "1.9.2",
4   "authors": "Apollo GraphQL",
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": "1.9.2"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.6",
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14",
21     "tvos": "12.0",
22     "watchos": "5.0"
23   },
24   "preserve_paths": [
25     "apollo-ios-cli"
26   ],
27   "prepare_command": "make unpack-cli",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Apollo/**/*.swift",
33         "Sources/ApolloAPI/**/*.swift"
34       ],
35       "resource_bundles": {
36         "Apollo": [
37           "Sources/Apollo/Resources/PrivacyInfo.xcprivacy"
38         ]
39       }
40     },
41     {
42       "name": "SQLite",
43       "source_files": "Sources/ApolloSQLite/*.swift",
44       "dependencies": {
45         "Apollo/Core": [
47         ],
48         "SQLite.swift": [
49           "~>0.13.1"
50         ]
51       },
52       "resource_bundles": {
53         "ApolloSQLite": [
54           "Sources/ApolloSQLite/Resources/PrivacyInfo.xcprivacy"
55         ]
56       }
57     },
58     {
59       "name": "WebSocket",
60       "source_files": "Sources/ApolloWebSocket/**/*.swift",
61       "dependencies": {
62         "Apollo/Core": [
64         ]
65       },
66       "resource_bundles": {
67         "ApolloWebSocket": [
68           "Sources/ApolloWebSocket/Resources/PrivacyInfo.xcprivacy"
69         ]
70       }
71     }
72   ],
73   "swift_version": "5.6"