[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 8 / FirebaseFirestoreInternal / 11.4.0 / FirebaseFirestoreInternal.podspec.json
blob35cb2ca6e1f8056268c549065e71f351098f2fe6
2   "name": "FirebaseFirestoreInternal",
3   "version": "11.4.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-11.4.0"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15",
19     "tvos": "13.0"
20   },
21   "swift_versions": "5.9",
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     "FirebaseCore/Sources/FIROptionsInternal.h",
28     "Firestore/Source/Public/FirebaseFirestore/*.h",
29     "Firestore/Source/**/*.{m,mm}",
30     "Firestore/Protos/nanopb/**/*.cc",
31     "Firestore/core/include/**/*.{cc,mm}",
32     "Firestore/core/src/**/*.{cc,mm}",
33     "FirebaseAuth/Interop/**/*.h"
34   ],
35   "preserve_paths": [
36     "Firestore/Source/API/*.h",
37     "Firestore/Source/Core/*.h",
38     "Firestore/Source/Local/*.h",
39     "Firestore/Source/Remote/*.h",
40     "Firestore/Source/Util/*.h",
41     "Firestore/Protos/nanopb/**/*.h",
42     "Firestore/core/include/**/*.h",
43     "Firestore/core/src/**/*.h",
44     "Firestore/third_party/nlohmann_json/json.hpp"
45   ],
46   "requires_arc": [
47     "Firestore/Source/**/*",
48     "Firestore/core/src/**/*.mm"
49   ],
50   "exclude_files": [
51     "Firestore/core/src/api/input_validation_std.cc",
52     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
53     "Firestore/core/src/util/filesystem_win.cc",
54     "Firestore/core/src/util/hard_assert_stdio.cc",
55     "Firestore/core/src/util/log_stdio.cc",
56     "Firestore/core/src/util/secure_random_openssl.cc"
57   ],
58   "resource_bundles": {
59     "FirebaseFirestoreInternal_Privacy": "Firestore/Source/Resources/PrivacyInfo.xcprivacy"
60   },
61   "dependencies": {
62     "FirebaseAppCheckInterop": [
63       "~> 11.0"
64     ],
65     "FirebaseCore": [
66       "~> 11.0"
67     ],
68     "abseil/algorithm": [
69       "~> 1.20240116.1"
70     ],
71     "abseil/base": [
72       "~> 1.20240116.1"
73     ],
74     "abseil/container/flat_hash_map": [
75       "~> 1.20240116.1"
76     ],
77     "abseil/memory": [
78       "~> 1.20240116.1"
79     ],
80     "abseil/meta": [
81       "~> 1.20240116.1"
82     ],
83     "abseil/strings/strings": [
84       "~> 1.20240116.1"
85     ],
86     "abseil/time": [
87       "~> 1.20240116.1"
88     ],
89     "abseil/types": [
90       "~> 1.20240116.1"
91     ],
92     "gRPC-Core": [
93       "~> 1.65.0"
94     ],
95     "gRPC-C++": [
96       "~> 1.65.0"
97     ],
98     "leveldb-library": [
99       "~> 1.22"
100     ],
101     "nanopb": [
102       "~> 3.30910.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=11.4.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.9"