[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 9.2.0 / FirebaseFirestore.podspec.json
blob9e2b8bbc653166b4ac40e8d2d42df7421053aeeb
2   "name": "FirebaseFirestore",
3   "version": "9.2.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-9.2.0"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0"
20   },
21   "swift_versions": "5.3",
22   "cocoapods_version": ">= 1.4.0",
23   "prefix_header_file": false,
24   "public_header_files": "Firestore/Source/Public/FirebaseFirestore/*.h",
25   "source_files": [
26     "FirebaseAppCheck/Interop/*.h",
27     "FirebaseCore/Extension/*.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   "dependencies": {
59     "FirebaseCore": [
60       "~> 9.0"
61     ],
62     "abseil/algorithm": [
63       "~> 1.20211102.0"
64     ],
65     "abseil/base": [
66       "~> 1.20211102.0"
67     ],
68     "abseil/container/flat_hash_map": [
69       "~> 1.20211102.0"
70     ],
71     "abseil/memory": [
72       "~> 1.20211102.0"
73     ],
74     "abseil/meta": [
75       "~> 1.20211102.0"
76     ],
77     "abseil/strings/strings": [
78       "~> 1.20211102.0"
79     ],
80     "abseil/time": [
81       "~> 1.20211102.0"
82     ],
83     "abseil/types": [
84       "~> 1.20211102.0"
85     ],
86     "gRPC-C++": [
87       "~> 1.44.0"
88     ],
89     "leveldb-library": [
90       "~> 1.22"
91     ],
92     "nanopb": [
93       ">= 2.30908.0",
94       "< 2.30910.0"
95     ]
96   },
97   "ios": {
98     "frameworks": [
99       "SystemConfiguration",
100       "UIKit"
101     ]
102   },
103   "osx": {
104     "frameworks": "SystemConfiguration"
105   },
106   "tvos": {
107     "frameworks": [
108       "SystemConfiguration",
109       "UIKit"
110     ]
111   },
112   "libraries": "c++",
113   "pod_target_xcconfig": {
114     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
115     "GCC_C_LANGUAGE_STANDARD": "c99",
116     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=9.2.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
117     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public/FirebaseFirestore\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
118   },
119   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma",
120   "swift_version": "5.3"