aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFunctions.podspec
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-17 07:02:01 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-25 08:34:10 -0700
commitd1ee622dfbd3955e68f68451df17bcdd58fafa49 (patch)
treeb29d5346e90c7118037f28669de2ea186346f6c7 /FirebaseFunctions.podspec
parent5ecdcc5ae1132d2cc0d532e580b31f70369ef319 (diff)
podspec updates for Firebase 5
Diffstat (limited to 'FirebaseFunctions.podspec')
-rw-r--r--FirebaseFunctions.podspec18
1 files changed, 7 insertions, 11 deletions
diff --git a/FirebaseFunctions.podspec b/FirebaseFunctions.podspec
index caf3023..731105c 100644
--- a/FirebaseFunctions.podspec
+++ b/FirebaseFunctions.podspec
@@ -1,14 +1,6 @@
-#
-# Be sure to run `pod lib lint FirebaseFunctions.podspec' to ensure this is a
-# valid spec before submitting.
-#
-# Any lines starting with a # are optional, but their use is encouraged
-# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
-#
-
Pod::Spec.new do |s|
s.name = 'FirebaseFunctions'
- s.version = '1.0.0'
+ s.version = '2.0.0'
s.summary = 'Cloud Functions for Firebase iOS SDK.'
s.description = <<-DESC
@@ -16,8 +8,12 @@ iOS SDK for Cloud Functions for Firebase.
DESC
s.homepage = 'https://developers.google.com/'
+ s.license = { :type => 'Apache', :file => 'LICENSE' }
s.authors = 'Google, Inc.'
- s.source = { :git => 'https://github.com/TBD/FirebaseFunctions.git', :tag => s.version.to_s }
+ s.source = {
+ :git => 'https://github.com/firebase/firebase-ios-sdk.git',
+ :tag => 'Functions-' + s.version.to_s
+ }
s.ios.deployment_target = '8.0'
@@ -28,6 +24,6 @@ iOS SDK for Cloud Functions for Firebase.
s.source_files = 'Functions/FirebaseFunctions/**/*'
s.public_header_files = 'Functions/FirebaseFunctions/Public/*.h'
- s.dependency 'FirebaseCore', '~> 4.0'
+ s.dependency 'FirebaseCore', '~> 5.0'
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
end