We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78d97a commit 19ee687Copy full SHA for 19ee687
firestore/integration_test_internal/Podfile
@@ -1,17 +1,18 @@
1
source 'https://github.com/CocoaPods/Specs.git'
2
platform :ios, '10.0'
3
# Cloud Firestore internal test application.
4
+use_frameworks! :linkage => :static
5
6
target 'integration_test' do
7
- pod 'Firebase/Firestore', '8.15.0'
8
- pod 'Firebase/Auth', '8.15.0'
+ pod 'Firebase/Firestore', '9.0.0'
9
+ pod 'Firebase/Auth', '9.0.0'
10
end
11
12
target 'integration_test_tvos' do
13
platform :tvos, '12.0'
14
15
16
17
18
post_install do |installer|
0 commit comments