[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 1.11.0 / Apollo.podspec.json
blob274416d8cbd73afe6942060c64b331cc0fac6758
2   "name": "Apollo",
3   "version": "1.11.0",
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.11.0"
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     "visionos": "1.0"
24   },
25   "preserve_paths": [
26     "apollo-ios-cli"
27   ],
28   "prepare_command": "make unpack-cli",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Sources/Apollo/**/*.swift",
34         "Sources/ApolloAPI/**/*.swift"
35       ],
36       "resource_bundles": {
37         "Apollo": [
38           "Sources/Apollo/Resources/PrivacyInfo.xcprivacy"
39         ]
40       }
41     },
42     {
43       "name": "SQLite",
44       "source_files": "Sources/ApolloSQLite/*.swift",
45       "dependencies": {
46         "Apollo/Core": [
48         ],
49         "SQLite.swift": [
50           "~>0.15.1"
51         ]
52       },
53       "resource_bundles": {
54         "ApolloSQLite": [
55           "Sources/ApolloSQLite/Resources/PrivacyInfo.xcprivacy"
56         ]
57       }
58     },
59     {
60       "name": "WebSocket",
61       "source_files": "Sources/ApolloWebSocket/**/*.swift",
62       "dependencies": {
63         "Apollo/Core": [
65         ]
66       },
67       "resource_bundles": {
68         "ApolloWebSocket": [
69           "Sources/ApolloWebSocket/Resources/PrivacyInfo.xcprivacy"
70         ]
71       }
72     }
73   ],
74   "swift_version": "5.6"