File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Examples/ElizaCocoaPodsApp Expand file tree Collapse file tree 3 files changed +5
-5
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 = '1.0.3 '
4
+ spec . version = '1.0.4 '
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 = '1.0.3 '
4
+ spec . version = '1.0.4 '
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 (1.0.3 ):
2
+ - Connect-Swift (1.0.4 ):
3
3
- SwiftProtobuf (~> 1.28.2)
4
4
- SwiftProtobuf (1.28.2)
5
5
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
15
15
:path: "../.."
16
16
17
17
SPEC CHECKSUMS:
18
- Connect-Swift: 537f3cb4148768054c7310ca0382c4a36011b4af
18
+ Connect-Swift: 5d888f34286e7aab1652b531503e106cc8bdbbaf
19
19
SwiftProtobuf: 4dbaffec76a39a8dc5da23b40af1a5dc01a4c02d
20
20
21
21
PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
22
22
23
- COCOAPODS: 1.15 .2
23
+ COCOAPODS: 1.16 .2
You can’t perform that action at this time.
0 commit comments