[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 1.13.0 / FirebaseFirestore.podspec.json
blobf5884b296553acbe557fd21ca05a8a5b4ce2372a
2   "name": "FirebaseFirestore",
3   "version": "1.13.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": "Firestore-1.13.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": [
25     "Firestore/Source/Public/*.h",
26     "Firestore/Source/**/*.{m,mm}",
27     "Firestore/Protos/nanopb/**/*.cc",
28     "Firestore/Protos/objc/**/*.m",
29     "Firestore/core/include/**/*.{cc,mm}",
30     "Firestore/core/src/**/*.{cc,mm}"
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/Protos/objc/**/*.h",
40     "Firestore/core/include/**/*.h",
41     "Firestore/core/src/**/*.h"
42   ],
43   "requires_arc": [
44     "Firestore/Source/**/*",
45     "Firestore/core/src/**/*.mm"
46   ],
47   "exclude_files": [
48     "Firestore/core/src/api/input_validation_std.cc",
49     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
50     "Firestore/core/src/util/filesystem_win.cc",
51     "Firestore/core/src/util/hard_assert_stdio.cc",
52     "Firestore/core/src/util/log_stdio.cc",
53     "Firestore/core/src/util/secure_random_openssl.cc"
54   ],
55   "public_header_files": "Firestore/Source/Public/*.h",
56   "dependencies": {
57     "FirebaseAuthInterop": [
58       "~> 1.0"
59     ],
60     "FirebaseCore": [
61       "~> 6.2"
62     ],
63     "abseil/algorithm": [
64       "0.20200225.0"
65     ],
66     "abseil/base": [
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       "~> 1.30905.0"
92     ]
93   },
94   "ios": {
95     "frameworks": [
96       "MobileCoreServices",
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=1.13.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\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/api\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/firestore/v1\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/rpc\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/type\""
116   },
117   "prepare_command": "sed '/^#cmakedefine/ d'         Firestore/core/src/util/config.h.in >         Firestore/core/src/util/config.h",
118   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"