File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Examples/ElizaCocoaPodsApp Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Connect-Swift-Mocks'
3
3
spec . module_name = 'ConnectMocks'
4
- spec . version = '0.8 .0'
4
+ spec . version = '0.9 .0'
5
5
spec . license = { :type => 'Apache 2.0' , :file => 'LICENSE' }
6
6
spec . summary = 'Mocks for testing with Connect-Swift.'
7
7
spec . homepage = 'https://github.com/connectrpc/connect-swift'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Connect-Swift'
3
3
spec . module_name = 'Connect'
4
- spec . version = '0.8 .0'
4
+ spec . version = '0.9 .0'
5
5
spec . license = { :type => 'Apache 2.0' , :file => 'LICENSE' }
6
6
spec . summary = 'Idiomatic gRPC & Connect RPCs for Swift.'
7
7
spec . homepage = 'https://github.com/connectrpc/connect-swift'
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Connect-Swift (0.8 .0):
2
+ - Connect-Swift (0.9 .0):
3
3
- SwiftProtobuf (~> 1.24.0)
4
4
- SwiftProtobuf (1.24.0)
5
5
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
:path: "../.."
16
16
17
17
SPEC CHECKSUMS:
18
- Connect-Swift: eb153bb08ad5f5c872610bedf4a494131eadb7a2
18
+ Connect-Swift: 385477a717baf939fef2816088c329646ea9c029
19
19
SwiftProtobuf: bcfd2bc231cf9ae552cdc7c4e877bd3b41fe57b1
20
20
21
21
PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
You can’t perform that action at this time.
0 commit comments