diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2018-04-17 07:02:01 -0700 |
---|---|---|
committer | Paul Beusterien <paulbeusterien@google.com> | 2018-04-25 08:34:10 -0700 |
commit | d1ee622dfbd3955e68f68451df17bcdd58fafa49 (patch) | |
tree | b29d5346e90c7118037f28669de2ea186346f6c7 /FirebaseAuth.podspec | |
parent | 5ecdcc5ae1132d2cc0d532e580b31f70369ef319 (diff) |
podspec updates for Firebase 5
Diffstat (limited to 'FirebaseAuth.podspec')
-rw-r--r-- | FirebaseAuth.podspec | 12 |
1 files changed, 6 insertions, 6 deletions
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 |