Skip to content

Commit 8b93a13

Browse files
wilhuffCorrob
authored andcommitted
Upgrade gRPC-C++ to 0.0.8, enabling experimental tvOS support (#2648)
1 parent 6602a9b commit 8b93a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FirebaseFirestore.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
1818

1919
s.ios.deployment_target = '8.0'
2020
s.osx.deployment_target = '10.10'
21+
s.tvos.deployment_target = '10.0'
2122

2223
s.cocoapods_version = '>= 1.4.0'
2324
s.static_framework = true
@@ -51,13 +52,14 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
5152

5253
s.dependency 'FirebaseAuthInterop', '~> 1.0'
5354
s.dependency 'FirebaseCore', '~> 5.2'
54-
s.dependency 'gRPC-C++', '0.0.6'
55+
s.dependency 'gRPC-C++', '0.0.8'
5556
s.dependency 'leveldb-library', '~> 1.20'
5657
s.dependency 'Protobuf', '~> 3.1'
5758
s.dependency 'nanopb', '~> 0.3.901'
5859

5960
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration'
6061
s.osx.frameworks = 'SystemConfiguration'
62+
s.tvos.frameworks = 'SystemConfiguration'
6163

6264
s.library = 'c++'
6365
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)