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.10.0 '
4
+ spec . version = '0.10.1 '
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.10.0 '
4
+ spec . version = '0.10.1 '
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.10.0 ):
2
+ - Connect-Swift (0.10.1 ):
3
3
- SwiftProtobuf (~> 1.25.1)
4
4
- SwiftProtobuf (1.25.1)
5
5
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
:path: "../.."
16
16
17
17
SPEC CHECKSUMS:
18
- Connect-Swift: a9ef9cd2cd4c3ead9282bdad65d8298bd35c098f
18
+ Connect-Swift: 96129734ff4a5a484e542f5e6efcbeccee310387
19
19
SwiftProtobuf: 69f02cd54fb03201c5e6bf8b76f687c5ef7541a3
20
20
21
21
PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
You can’t perform that action at this time.
0 commit comments