[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 8 / FirebaseFirestoreInternal / 10.27.0 / FirebaseFirestoreInternal.podspec.json
blob32a83ebaf7f20779292918e7f2ca4a0965e93283
2   "name": "FirebaseFirestoreInternal",
3   "version": "10.27.0",
4   "summary": "Google Cloud Firestore",
5   "description": "Google Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "Firestore/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.27.0"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13",
19     "tvos": "12.0"
20   },
21   "swift_versions": "5.3",
22   "cocoapods_version": ">= 1.12.0",
23   "prefix_header_file": false,
24   "public_header_files": "Firestore/Source/Public/FirebaseFirestore/*.h",
25   "source_files": [
26     "FirebaseCore/Extension/*.h",
27     "Firestore/Source/Public/FirebaseFirestore/*.h",
28     "Firestore/Source/**/*.{m,mm}",
29     "Firestore/Protos/nanopb/**/*.cc",
30     "Firestore/core/include/**/*.{cc,mm}",
31     "Firestore/core/src/**/*.{cc,mm}",
32     "FirebaseAuth/Interop/*.h"
33   ],
34   "preserve_paths": [
35     "Firestore/Source/API/*.h",
36     "Firestore/Source/Core/*.h",
37     "Firestore/Source/Local/*.h",
38     "Firestore/Source/Remote/*.h",
39     "Firestore/Source/Util/*.h",
40     "Firestore/Protos/nanopb/**/*.h",
41     "Firestore/core/include/**/*.h",
42     "Firestore/core/src/**/*.h",
43     "Firestore/third_party/nlohmann_json/json.hpp"
44   ],
45   "requires_arc": [
46     "Firestore/Source/**/*",
47     "Firestore/core/src/**/*.mm"
48   ],
49   "exclude_files": [
50     "Firestore/core/src/api/input_validation_std.cc",
51     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
52     "Firestore/core/src/util/filesystem_win.cc",
53     "Firestore/core/src/util/hard_assert_stdio.cc",
54     "Firestore/core/src/util/log_stdio.cc",
55     "Firestore/core/src/util/secure_random_openssl.cc"
56   ],
57   "resource_bundles": {
58     "FirebaseFirestoreInternal_Privacy": "Firestore/Source/Resources/PrivacyInfo.xcprivacy"
59   },
60   "dependencies": {
61     "FirebaseAppCheckInterop": [
62       "~> 10.17"
63     ],
64     "FirebaseCore": [
65       "~> 10.0"
66     ],
67     "abseil/algorithm": [
68       "~> 1.20240116.1"
69     ],
70     "abseil/base": [
71       "~> 1.20240116.1"
72     ],
73     "abseil/container/flat_hash_map": [
74       "~> 1.20240116.1"
75     ],
76     "abseil/memory": [
77       "~> 1.20240116.1"
78     ],
79     "abseil/meta": [
80       "~> 1.20240116.1"
81     ],
82     "abseil/strings/strings": [
83       "~> 1.20240116.1"
84     ],
85     "abseil/time": [
86       "~> 1.20240116.1"
87     ],
88     "abseil/types": [
89       "~> 1.20240116.1"
90     ],
91     "gRPC-Core": [
92       "~> 1.62.0"
93     ],
94     "gRPC-C++": [
95       "~> 1.62.0"
96     ],
97     "leveldb-library": [
98       "~> 1.22"
99     ],
100     "nanopb": [
101       ">= 2.30908.0",
102       "< 2.30911.0"
103     ]
104   },
105   "ios": {
106     "frameworks": [
107       "SystemConfiguration",
108       "UIKit"
109     ]
110   },
111   "osx": {
112     "frameworks": "SystemConfiguration"
113   },
114   "tvos": {
115     "frameworks": [
116       "SystemConfiguration",
117       "UIKit"
118     ]
119   },
120   "libraries": "c++",
121   "pod_target_xcconfig": {
122     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
123     "CLANG_CXX_LIBRARY": "libc++",
124     "GCC_C_LANGUAGE_STANDARD": "c99",
125     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=10.27.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
126     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
127   },
128   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma",
129   "swift_version": "5.3"