File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Shared library for iOS SDK data transport needs.
17
17
18
18
s . ios . deployment_target = '8.0'
19
19
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'
21
22
22
23
s . static_framework = true
23
24
s . prefix_header_file = false
Original file line number Diff line number Diff line change 2
2
Pod ::Spec . new do |s |
3
3
s . name = 'GoogleDataTransportCCTSupport'
4
4
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.'
6
6
7
7
8
8
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.
10
10
DESC
11
11
12
12
s . homepage = 'https://developers.google.com/'
13
13
s . license = { :type => 'Apache' , :file => 'LICENSE' }
14
14
s . authors = 'Google, Inc.'
15
15
s . source = {
16
16
:git => 'https://github.com/firebase/firebase-ios-sdk.git' ,
17
- :tag => 'GoogleDataLoggerCCTSupport -' + s . version . to_s
17
+ :tag => 'GoogleDataTransportCCTSupport -' + s . version . to_s
18
18
}
19
19
20
20
s . ios . deployment_target = '8.0'
21
21
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'
23
24
24
25
s . static_framework = true
25
26
s . prefix_header_file = false
You can’t perform that action at this time.
0 commit comments