diff options
author | Kyle Ju <kyleju@live.com> | 2017-12-12 14:33:04 -0500 |
---|---|---|
committer | Kyle Ju <kyleju@google.com> | 2017-12-12 17:24:19 -0500 |
commit | e16c38688b1665a1897aa714141c1d0b87576193 (patch) | |
tree | c28e589f56c7f18c88920e3b20d253d3b70c3f97 /Example | |
parent | 43774fec33adda895609ccd61d7c00e71d2396bb (diff) |
Update component versions for Firebase 4.8.0 (#561)
Diffstat (limited to 'Example')
-rw-r--r-- | Example/Podfile | 2 |
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 |