aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
authorGravatar Kyle Ju <kyleju@live.com>2017-12-19 11:08:58 -0500
committerGravatar GitHub <noreply@github.com>2017-12-19 11:08:58 -0500
commitc7f8d7f8da619d6f2d7427bdca8a59b89a8a188a (patch)
treec0598a7593786a9075583e43a7cc246b1dfcca68 /Example
parentea3369c192c998d947a2fb6caed7df336f028d98 (diff)
parent163eeeecb75f24f155becaa76a95574c266d8a4f (diff)
Merge pull request #576 from firebase/release-4.8.0
Release 4.8.0
Diffstat (limited to 'Example')
-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