From 4713ddf8dfec0be33c581fb977d32941b0ca7ff8 Mon Sep 17 00:00:00 2001 From: davidair Date: Wed, 30 May 2018 11:53:51 -0400 Subject: Version updates for 5.2.0 (#1355) --- FirebaseCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FirebaseCore.podspec') diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec index 220ca95..a27da14 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '5.0.2' + s.version = '5.0.3' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -34,6 +34,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration s.dependency 'GoogleToolboxForMac/NSData+zlib', '~> 2.1' s.pod_target_xcconfig = { 'OTHER_CFLAGS' => '-fno-autolink ' + - '-DFIRCore_VERSION=' + s.version.to_s + ' -DFirebase_VERSION=5.1.0' + '-DFIRCore_VERSION=' + s.version.to_s + ' -DFirebase_VERSION=5.2.0' } end -- cgit v1.2.3