@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
6
platform :ios , '15.0'
7
- pod 'Firebase/AppCheck' , '11.14 .0'
8
- pod 'Firebase/Database' , '11.14 .0'
9
- pod 'Firebase/Auth' , '11.14 .0'
10
- pod 'Firebase/Storage' , '11.14 .0'
11
- pod 'Firebase/Functions' , '11.14 .0'
7
+ pod 'Firebase/AppCheck' , '12.0 .0'
8
+ pod 'Firebase/Database' , '12.0 .0'
9
+ pod 'Firebase/Auth' , '12.0 .0'
10
+ pod 'Firebase/Storage' , '12.0 .0'
11
+ pod 'Firebase/Functions' , '12.0 .0'
12
12
end
13
13
14
14
target 'integration_test_tvos' do
15
15
platform :tvos , '15.0'
16
- pod 'Firebase/AppCheck' , '11.14 .0'
17
- pod 'Firebase/Database' , '11.14 .0'
18
- pod 'Firebase/Auth' , '11.14 .0'
19
- pod 'Firebase/Storage' , '11.14 .0'
20
- pod 'Firebase/Functions' , '11.14 .0'
16
+ pod 'Firebase/AppCheck' , '12.0 .0'
17
+ pod 'Firebase/Database' , '12.0 .0'
18
+ pod 'Firebase/Auth' , '12.0 .0'
19
+ pod 'Firebase/Storage' , '12.0 .0'
20
+ pod 'Firebase/Functions' , '12.0 .0'
21
21
end
22
22
23
23
post_install do |installer |
0 commit comments