[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 8.7.0 / FirebaseFirestore.podspec.json
blob8f45ad599ca874612eeb4c1aad999e1b0c152321
2   "name": "FirebaseFirestore",
3   "version": "8.7.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-8.7.0"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "prefix_header_file": false,
23   "public_header_files": "Firestore/Source/Public/FirebaseFirestore/*.h",
24   "source_files": [
25     "FirebaseCore/Sources/Private/*.h",
26     "Firestore/Source/Public/FirebaseFirestore/*.h",
27     "Firestore/Source/**/*.{m,mm}",
28     "Firestore/Protos/nanopb/**/*.cc",
29     "Firestore/core/include/**/*.{cc,mm}",
30     "Firestore/core/src/**/*.{cc,mm}",
31     "Interop/Auth/Public/*.h"
32   ],
33   "preserve_paths": [
34     "Firestore/Source/API/*.h",
35     "Firestore/Source/Core/*.h",
36     "Firestore/Source/Local/*.h",
37     "Firestore/Source/Remote/*.h",
38     "Firestore/Source/Util/*.h",
39     "Firestore/Protos/nanopb/**/*.h",
40     "Firestore/core/include/**/*.h",
41     "Firestore/core/src/**/*.h",
42     "Firestore/third_party/nlohmann_json/json.hpp"
43   ],
44   "requires_arc": [
45     "Firestore/Source/**/*",
46     "Firestore/core/src/**/*.mm"
47   ],
48   "exclude_files": [
49     "Firestore/core/src/api/input_validation_std.cc",
50     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
51     "Firestore/core/src/util/filesystem_win.cc",
52     "Firestore/core/src/util/hard_assert_stdio.cc",
53     "Firestore/core/src/util/log_stdio.cc",
54     "Firestore/core/src/util/secure_random_openssl.cc"
55   ],
56   "dependencies": {
57     "FirebaseCore": [
58       "~> 8.0"
59     ],
60     "abseil/algorithm": [
61       "0.20200225.0"
62     ],
63     "abseil/base": [
64       "0.20200225.0"
65     ],
66     "abseil/container/flat_hash_map": [
67       "0.20200225.0"
68     ],
69     "abseil/memory": [
70       "0.20200225.0"
71     ],
72     "abseil/meta": [
73       "0.20200225.0"
74     ],
75     "abseil/strings/strings": [
76       "0.20200225.0"
77     ],
78     "abseil/time": [
79       "0.20200225.0"
80     ],
81     "abseil/types": [
82       "0.20200225.0"
83     ],
84     "gRPC-C++": [
85       "~> 1.28.0"
86     ],
87     "leveldb-library": [
88       "~> 1.22"
89     ],
90     "nanopb": [
91       "~> 2.30908.0"
92     ]
93   },
94   "ios": {
95     "frameworks": [
96       "SystemConfiguration",
97       "UIKit"
98     ]
99   },
100   "osx": {
101     "frameworks": "SystemConfiguration"
102   },
103   "tvos": {
104     "frameworks": [
105       "SystemConfiguration",
106       "UIKit"
107     ]
108   },
109   "libraries": "c++",
110   "pod_target_xcconfig": {
111     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
112     "GCC_C_LANGUAGE_STANDARD": "c99",
113     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=8.7.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
114     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public/FirebaseFirestore\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
115   },
116   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"