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 --- FirebaseFirestore.podspec | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'FirebaseFirestore.podspec') diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index fb94328..ec82581 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -1,14 +1,6 @@ -# -# Be sure to run `pod lib lint FirebaseFirestore.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 = 'FirebaseFirestore' - s.version = '0.11.0' + s.version = '0.12.0' s.summary = 'Google Cloud Firestore for iOS' s.description = <<-DESC @@ -19,10 +11,12 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, s.license = { :type => 'Apache', :file => 'LICENSE' } s.authors = 'Google, Inc.' - s.source = { :git => 'https://github.com/TBD/Firestore.git', :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' + s.source = { + :git => 'https://github.com/firebase/firebase-ios-sdk.git', + :tag => 'Firestore-' + s.version.to_s + } - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '8.0' s.cocoapods_version = '>= 1.4.0' s.static_framework = true @@ -53,8 +47,8 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, ] s.public_header_files = 'Firestore/Source/Public/*.h' - s.ios.dependency 'FirebaseAnalytics', '~> 4.0' - s.dependency 'FirebaseCore', '~> 4.0' + s.ios.dependency 'FirebaseAnalytics', '~> 5.0' + s.dependency 'FirebaseCore', '~> 5.0' s.dependency 'gRPC-ProtoRPC', '~> 1.0' s.dependency 'leveldb-library', '~> 1.18' s.dependency 'Protobuf', '~> 3.1' -- cgit v1.2.3