@@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
90
90
91
91
s . dependency 'FirebaseCore' , '~> 10.0'
92
92
93
- abseil_version = '~> 1.20211102 .0'
93
+ abseil_version = '~> 1.20220623 .0'
94
94
s . dependency 'abseil/algorithm' , abseil_version
95
95
s . dependency 'abseil/base' , abseil_version
96
96
s . dependency 'abseil/container/flat_hash_map' , abseil_version
@@ -100,7 +100,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
100
100
s . dependency 'abseil/time' , abseil_version
101
101
s . dependency 'abseil/types' , abseil_version
102
102
103
- s . dependency 'gRPC-C++' , '~> 1.44.0 '
103
+ s . dependency 'gRPC-C++' , '~> 1.50.1 '
104
104
s . dependency 'leveldb-library' , '~> 1.22'
105
105
s . dependency 'nanopb' , '>= 2.30908.0' , '< 2.30910.0'
106
106
@@ -110,7 +110,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
110
110
111
111
s . library = 'c++'
112
112
s . pod_target_xcconfig = {
113
- 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++0x ' ,
113
+ 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14 ' ,
114
114
'GCC_C_LANGUAGE_STANDARD' => 'c99' ,
115
115
'GCC_PREPROCESSOR_DEFINITIONS' =>
116
116
"FIRFirestore_VERSION=#{ s . version } " +
0 commit comments