Skip to content

Change library podspecs to require 1.5.3, and change old tag string #2702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion GoogleDataTransport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions GoogleDataTransportCCTSupport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@
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/'
s.license = { :type => 'Apache', :file => 'LICENSE' }
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
Expand Down