aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Kyle Ju <kyleju@live.com>2017-12-12 14:33:04 -0500
committerGravatar Kyle Ju <kyleju@google.com>2017-12-12 17:24:19 -0500
commite16c38688b1665a1897aa714141c1d0b87576193 (patch)
treec28e589f56c7f18c88920e3b20d253d3b70c3f97 /Example/Podfile
parent43774fec33adda895609ccd61d7c00e71d2396bb (diff)
Update component versions for Firebase 4.8.0 (#561)
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 164ca72..24a0de6 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -8,7 +8,7 @@ target 'Core_Example_iOS' do
# The next line is the forcing function for the Firebase pod. The Firebase
# version's subspecs should depend on the component versions in their
# corresponding podspec's.
- pod 'Firebase/Core', '4.7.0'
+ pod 'Firebase/Core', '4.8.0'
target 'Core_Tests_iOS' do
inherit! :search_paths