@@ -4,22 +4,22 @@ use_frameworks! :linkage => :static
44
55target 'integration_test' do
66 platform :ios , '11.0'
7- pod 'Firebase/AppCheck' , '10.8 .0'
8- pod 'Firebase/Database' , '10.8 .0'
9- pod 'Firebase/Auth' , '10.8 .0'
10- pod 'Firebase/Storage' , '10.8 .0'
11- pod 'Firebase/Functions' , '10.8 .0'
12- pod 'Firebase/Firestore' , '10.8 .0'
7+ pod 'Firebase/AppCheck' , '10.9 .0'
8+ pod 'Firebase/Database' , '10.9 .0'
9+ pod 'Firebase/Auth' , '10.9 .0'
10+ pod 'Firebase/Storage' , '10.9 .0'
11+ pod 'Firebase/Functions' , '10.9 .0'
12+ pod 'Firebase/Firestore' , '10.9 .0'
1313end
1414
1515target 'integration_test_tvos' do
1616 platform :tvos , '12.0'
17- pod 'Firebase/AppCheck' , '10.8 .0'
18- pod 'Firebase/Database' , '10.8 .0'
19- pod 'Firebase/Auth' , '10.8 .0'
20- pod 'Firebase/Storage' , '10.8 .0'
21- pod 'Firebase/Functions' , '10.8 .0'
22- pod 'Firebase/Firestore' , '10.8 .0'
17+ pod 'Firebase/AppCheck' , '10.9 .0'
18+ pod 'Firebase/Database' , '10.9 .0'
19+ pod 'Firebase/Auth' , '10.9 .0'
20+ pod 'Firebase/Storage' , '10.9 .0'
21+ pod 'Firebase/Functions' , '10.9 .0'
22+ pod 'Firebase/Firestore' , '10.9 .0'
2323end
2424
2525post_install do |installer |
0 commit comments