Skip to content

Commit 534a58d

Browse files
authored
Update CocoaPods for 1.0.4 (#351)
Will tag a 1.0.4 release afterward. Signed-off-by: Eddie Seay <[email protected]>
1 parent 5772f93 commit 534a58d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Connect-Swift-Mocks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Connect-Swift-Mocks'
33
spec.module_name = 'ConnectMocks'
4-
spec.version = '1.0.3'
4+
spec.version = '1.0.4'
55
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
66
spec.summary = 'Mocks for testing with Connect-Swift.'
77
spec.homepage = 'https://github.com/connectrpc/connect-swift'

Connect-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Connect-Swift'
33
spec.module_name = 'Connect'
4-
spec.version = '1.0.3'
4+
spec.version = '1.0.4'
55
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
66
spec.summary = 'Idiomatic gRPC & Connect RPCs for Swift.'
77
spec.homepage = 'https://github.com/connectrpc/connect-swift'

Examples/ElizaCocoaPodsApp/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Connect-Swift (1.0.3):
2+
- Connect-Swift (1.0.4):
33
- SwiftProtobuf (~> 1.28.2)
44
- SwiftProtobuf (1.28.2)
55

@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../.."
1616

1717
SPEC CHECKSUMS:
18-
Connect-Swift: 537f3cb4148768054c7310ca0382c4a36011b4af
18+
Connect-Swift: 5d888f34286e7aab1652b531503e106cc8bdbbaf
1919
SwiftProtobuf: 4dbaffec76a39a8dc5da23b40af1a5dc01a4c02d
2020

2121
PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
2222

23-
COCOAPODS: 1.15.2
23+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)