diff options
author | davidair <davidair@users.noreply.github.com> | 2018-06-06 17:29:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 17:29:10 -0400 |
commit | 3973b6499adb29bdb60cc2c55a1afd4c4532c094 (patch) | |
tree | f1282c64876d1c816ec8a3ae02ca1ac0dc559c29 /FirebaseCore.podspec | |
parent | 7dbf5caa5f25551658aee614247aed10012166e2 (diff) | |
parent | 1bbac8d26eceba8837327f726b187e3207435202 (diff) |
Merge branch 'release-5.2.0' into master
Diffstat (limited to 'FirebaseCore.podspec')
-rw-r--r-- | FirebaseCore.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec index ddcb981..f74cef4 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 @@ -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.1.0' + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.2.0' } end |