Skip to content

Commit 708e69e

Browse files
authored
Merge pull request #97 from firebase/ehsann/update-podfile
Update the Podfile.
2 parents a214b2d + 7193c58 commit 708e69e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: firestore/testapp/Podfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '10.0'
33
# Firebase Firestore test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '7.0.0'
6-
pod 'Firebase/Firestore', '7.0.0'
7-
pod 'Firebase/Auth', '7.0.0'
5+
pod 'Firebase/Firestore', '8.2.0'
6+
pod 'Firebase/Auth', '8.2.0'
87
end

0 commit comments

Comments
 (0)