From 4795754686eed65e94ac75812c2b67dc09bba7b8 Mon Sep 17 00:00:00 2001 From: Michael Haney Date: Mon, 1 Apr 2019 19:28:35 -0700 Subject: [PATCH] Change library podspecs to require 1.5.3, and change old tag string --- GoogleDataTransport.podspec | 3 ++- GoogleDataTransportCCTSupport.podspec | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/GoogleDataTransport.podspec b/GoogleDataTransport.podspec index 7c6d5f04459..dd798eee272 100644 --- a/GoogleDataTransport.podspec +++ b/GoogleDataTransport.podspec @@ -17,7 +17,8 @@ Shared library for iOS SDK data transport needs. s.ios.deployment_target = '8.0' - s.cocoapods_version = '>= 1.6.0' + # To develop or run the tests, >= 1.6.0 must be installed. + s.cocoapods_version = '>= 1.5.3' s.static_framework = true s.prefix_header_file = false diff --git a/GoogleDataTransportCCTSupport.podspec b/GoogleDataTransportCCTSupport.podspec index d7be698b8a4..9523ee0b549 100644 --- a/GoogleDataTransportCCTSupport.podspec +++ b/GoogleDataTransportCCTSupport.podspec @@ -2,11 +2,11 @@ Pod::Spec.new do |s| s.name = 'GoogleDataTransportCCTSupport' s.version = '0.1.0' - s.summary = 'Support library for the GoogleDataTransport CCT log target.' + s.summary = 'Support library for the GoogleDataTransport CCT backend target.' s.description = <<-DESC -Support library to provide event prioritization and uploading for the GoogleDataTransport CCT log target. +Support library to provide event prioritization and uploading for the GoogleDataTransport CCT backend target. DESC s.homepage = 'https://developers.google.com/' @@ -14,12 +14,13 @@ Support library to provide event prioritization and uploading for the GoogleData s.authors = 'Google, Inc.' s.source = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', - :tag => 'GoogleDataLoggerCCTSupport-' + s.version.to_s + :tag => 'GoogleDataTransportCCTSupport-' + s.version.to_s } s.ios.deployment_target = '8.0' - s.cocoapods_version = '>= 1.6.0' + # To develop or run the tests, >= 1.6.0 must be installed. + s.cocoapods_version = '>= 1.5.3' s.static_framework = true s.prefix_header_file = false