[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 8.14.0 / FirebaseFirestore.podspec.json
blob25ece1f81da93aece04a1ec41510a22bec282393
2   "name": "FirebaseFirestore",
3   "version": "8.14.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": "Firestore/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-8.14.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     "FirebaseAppCheck/Sources/Interop/*.h",
26     "FirebaseCore/Sources/Private/*.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     "Interop/Auth/Public/*.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   "dependencies": {
58     "FirebaseCore": [
59       "~> 8.0"
60     ],
61     "abseil/algorithm": [
62       "0.20200225.0"
63     ],
64     "abseil/base": [
65       "0.20200225.0"
66     ],
67     "abseil/container/flat_hash_map": [
68       "0.20200225.0"
69     ],
70     "abseil/memory": [
71       "0.20200225.0"
72     ],
73     "abseil/meta": [
74       "0.20200225.0"
75     ],
76     "abseil/strings/strings": [
77       "0.20200225.0"
78     ],
79     "abseil/time": [
80       "0.20200225.0"
81     ],
82     "abseil/types": [
83       "0.20200225.0"
84     ],
85     "gRPC-C++": [
86       "~> 1.28.0"
87     ],
88     "leveldb-library": [
89       "~> 1.22"
90     ],
91     "nanopb": [
92       "~> 2.30908.0"
93     ]
94   },
95   "ios": {
96     "frameworks": [
97       "SystemConfiguration",
98       "UIKit"
99     ]
100   },
101   "osx": {
102     "frameworks": "SystemConfiguration"
103   },
104   "tvos": {
105     "frameworks": [
106       "SystemConfiguration",
107       "UIKit"
108     ]
109   },
110   "libraries": "c++",
111   "pod_target_xcconfig": {
112     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
113     "GCC_C_LANGUAGE_STANDARD": "c99",
114     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=8.14.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
115     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public/FirebaseFirestore\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
116   },
117   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"