From 1cbf3b65aac05eb0bccd3bb73db637dc8b74eb1d Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 13 Jun 2018 07:36:54 -0700 Subject: Version updates for Firebase 5.3.0 (#1406) --- FirebaseCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FirebaseCore.podspec') diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec index f74cef4..47a653b 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '5.0.3' + s.version = '5.0.4' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -35,6 +35,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration s.pod_target_xcconfig = { 'OTHER_CFLAGS' => '-fno-autolink', 'GCC_PREPROCESSOR_DEFINITIONS' => - 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.2.0' + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.3.0' } end -- cgit v1.2.3