@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
44
55target 'integration_test' do
66 platform :ios , '11.0'
7- pod 'Firebase/AppCheck' , '10.17 .0'
8- pod 'Firebase/Database' , '10.17 .0'
9- pod 'Firebase/Auth' , '10.17 .0'
10- pod 'Firebase/Storage' , '10.17 .0'
11- pod 'Firebase/Functions' , '10.17 .0'
7+ pod 'Firebase/AppCheck' , '10.19 .0'
8+ pod 'Firebase/Database' , '10.19 .0'
9+ pod 'Firebase/Auth' , '10.19 .0'
10+ pod 'Firebase/Storage' , '10.19 .0'
11+ pod 'Firebase/Functions' , '10.19 .0'
1212end
1313
1414target 'integration_test_tvos' do
1515 platform :tvos , '12.0'
16- pod 'Firebase/AppCheck' , '10.17 .0'
17- pod 'Firebase/Database' , '10.17 .0'
18- pod 'Firebase/Auth' , '10.17 .0'
19- pod 'Firebase/Storage' , '10.17 .0'
20- pod 'Firebase/Functions' , '10.17 .0'
16+ pod 'Firebase/AppCheck' , '10.19 .0'
17+ pod 'Firebase/Database' , '10.19 .0'
18+ pod 'Firebase/Auth' , '10.19 .0'
19+ pod 'Firebase/Storage' , '10.19 .0'
20+ pod 'Firebase/Functions' , '10.19 .0'
2121end
2222
2323post_install do |installer |
0 commit comments