[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 7.0.0 / FirebaseFirestore.podspec.json
blob85180b3d2cfcb889457d97b2754fc7a26184b9c6
2   "name": "FirebaseFirestore",
3   "version": "7.0.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-7.0.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   "source_files": [
24     "FirebaseCore/Sources/Private/*.h",
25     "Firestore/Source/Public/FirebaseFirestore/*.h",
26     "Firestore/Source/**/*.{m,mm}",
27     "Firestore/Protos/nanopb/**/*.cc",
28     "Firestore/core/include/**/*.{cc,mm}",
29     "Firestore/core/src/**/*.{cc,mm}",
30     "Interop/Auth/Public/*.h"
31   ],
32   "preserve_paths": [
33     "Firestore/Source/API/*.h",
34     "Firestore/Source/Core/*.h",
35     "Firestore/Source/Local/*.h",
36     "Firestore/Source/Remote/*.h",
37     "Firestore/Source/Util/*.h",
38     "Firestore/Protos/nanopb/**/*.h",
39     "Firestore/core/include/**/*.h",
40     "Firestore/core/src/**/*.h"
41   ],
42   "requires_arc": [
43     "Firestore/Source/**/*",
44     "Firestore/core/src/**/*.mm"
45   ],
46   "exclude_files": [
47     "Firestore/core/src/api/input_validation_std.cc",
48     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
49     "Firestore/core/src/util/filesystem_win.cc",
50     "Firestore/core/src/util/hard_assert_stdio.cc",
51     "Firestore/core/src/util/log_stdio.cc",
52     "Firestore/core/src/util/secure_random_openssl.cc"
53   ],
54   "public_header_files": "Firestore/Source/Public/FirebaseFirestore/*.h",
55   "dependencies": {
56     "FirebaseCore": [
57       "~> 7.0"
58     ],
59     "abseil/algorithm": [
60       "0.20200225.0"
61     ],
62     "abseil/base": [
63       "0.20200225.0"
64     ],
65     "abseil/memory": [
66       "0.20200225.0"
67     ],
68     "abseil/meta": [
69       "0.20200225.0"
70     ],
71     "abseil/strings/strings": [
72       "0.20200225.0"
73     ],
74     "abseil/time": [
75       "0.20200225.0"
76     ],
77     "abseil/types": [
78       "0.20200225.0"
79     ],
80     "gRPC-C++": [
81       "~> 1.28.0"
82     ],
83     "leveldb-library": [
84       "~> 1.22"
85     ],
86     "nanopb": [
87       "~> 2.30906.0"
88     ]
89   },
90   "ios": {
91     "frameworks": [
92       "MobileCoreServices",
93       "SystemConfiguration",
94       "UIKit"
95     ]
96   },
97   "osx": {
98     "frameworks": "SystemConfiguration"
99   },
100   "tvos": {
101     "frameworks": [
102       "SystemConfiguration",
103       "UIKit"
104     ]
105   },
106   "libraries": "c++",
107   "pod_target_xcconfig": {
108     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
109     "GCC_C_LANGUAGE_STANDARD": "c99",
110     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=7.0.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
111     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public/FirebaseFirestore\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
112   },
113   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"