Skip to content

Commit ff85a57

Browse files
authored
Change library podspecs to require 1.5.3, and change old tag string (#2702)
1 parent 1f15c95 commit ff85a57

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

GoogleDataTransport.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Shared library for iOS SDK data transport needs.
1717

1818
s.ios.deployment_target = '8.0'
1919

20-
s.cocoapods_version = '>= 1.6.0'
20+
# To develop or run the tests, >= 1.6.0 must be installed.
21+
s.cocoapods_version = '>= 1.5.3'
2122

2223
s.static_framework = true
2324
s.prefix_header_file = false

GoogleDataTransportCCTSupport.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
Pod::Spec.new do |s|
33
s.name = 'GoogleDataTransportCCTSupport'
44
s.version = '0.1.0'
5-
s.summary = 'Support library for the GoogleDataTransport CCT log target.'
5+
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
66

77

88
s.description = <<-DESC
9-
Support library to provide event prioritization and uploading for the GoogleDataTransport CCT log target.
9+
Support library to provide event prioritization and uploading for the GoogleDataTransport CCT backend target.
1010
DESC
1111

1212
s.homepage = 'https://developers.google.com/'
1313
s.license = { :type => 'Apache', :file => 'LICENSE' }
1414
s.authors = 'Google, Inc.'
1515
s.source = {
1616
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
17-
:tag => 'GoogleDataLoggerCCTSupport-' + s.version.to_s
17+
:tag => 'GoogleDataTransportCCTSupport-' + s.version.to_s
1818
}
1919

2020
s.ios.deployment_target = '8.0'
2121

22-
s.cocoapods_version = '>= 1.6.0'
22+
# To develop or run the tests, >= 1.6.0 must be installed.
23+
s.cocoapods_version = '>= 1.5.3'
2324

2425
s.static_framework = true
2526
s.prefix_header_file = false

0 commit comments

Comments
 (0)