aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCore.podspec
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-23 10:31:30 -0400
committerGravatar GitHub <noreply@github.com>2018-05-23 10:31:30 -0400
commit21c17dd188f50267276c1b5964774640be501c70 (patch)
tree61df68395c59cbd5503909ca87136af2913a0bfe /FirebaseCore.podspec
parent23f8320148672310ff71aa3ef2b6c3ac86d47ede (diff)
Bump version numbers for 5.1.0 (#1320)
* Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
Diffstat (limited to 'FirebaseCore.podspec')
-rw-r--r--FirebaseCore.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec
index 03047be..220ca95 100644
--- a/FirebaseCore.podspec
+++ b/FirebaseCore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCore'
- s.version = '5.0.1'
+ s.version = '5.0.2'
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.0.0'
+ '-DFIRCore_VERSION=' + s.version.to_s + ' -DFirebase_VERSION=5.1.0'
}
end