From d1ee622dfbd3955e68f68451df17bcdd58fafa49 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 17 Apr 2018 07:02:01 -0700 Subject: podspec updates for Firebase 5 --- FirebaseAuth.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'FirebaseAuth.podspec') diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec index 7c300f1..4dfc9c8 100644 --- a/FirebaseAuth.podspec +++ b/FirebaseAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'FirebaseAuth' - s.version = '4.6.1' - s.summary = 'The official iOS client for Firebase Authentication' + s.version = '5.0.0' + s.summary = 'The official iOS client for Firebase Authentication (plus experimental support for macOS and tvOS)' s.description = <<-DESC Firebase Authentication allows you to manage your own account system without any backend code. It @@ -14,10 +14,10 @@ supports email and password accounts, as well as several 3rd party authenticatio s.source = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', - :tag => s.version.to_s + :tag => 'Auth-' + s.version.to_s } s.social_media_url = 'https://twitter.com/Firebase' - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.tvos.deployment_target = '10.0' @@ -61,7 +61,7 @@ supports email and password accounts, as well as several 3rd party authenticatio } s.framework = 'SafariServices' s.framework = 'Security' - s.dependency 'FirebaseCore', '~> 4.0' - s.ios.dependency 'FirebaseAnalytics', '~> 4.0' + s.dependency 'FirebaseCore', '~> 5.0' + s.ios.dependency 'FirebaseAnalytics', '~> 5.0' s.dependency 'GTMSessionFetcher/Core', '~> 1.1' end -- cgit v1.2.3