Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Podspecs for v1.0.0-rc2 #303

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Connect-Swift-Mocks.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Connect-Swift-Mocks'
spec.module_name = 'ConnectMocks'
spec.version = '1.0.0-rc1'
spec.version = '1.0.0-rc2'
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.summary = 'Mocks for testing with Connect-Swift.'
spec.homepage = 'https://github.com/connectrpc/connect-swift'
Expand Down
2 changes: 1 addition & 1 deletion Connect-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Connect-Swift'
spec.module_name = 'Connect'
spec.version = '1.0.0-rc1'
spec.version = '1.0.0-rc2'
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.summary = 'Idiomatic gRPC & Connect RPCs for Swift.'
spec.homepage = 'https://github.com/connectrpc/connect-swift'
Expand Down
4 changes: 2 additions & 2 deletions Examples/ElizaCocoaPodsApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Connect-Swift (1.0.0-rc1):
- Connect-Swift (1.0.0-rc2):
- SwiftProtobuf (~> 1.28.1)
- SwiftProtobuf (1.28.1)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
Connect-Swift: 9e7c9892b81a90e40c1c20716fed31f70c4affe9
Connect-Swift: 4594b04f8b9f767bae421666eff2aa1cc3a55aa6
SwiftProtobuf: cc47329e2a10c235e35ba4faed831742ae5135ce

PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
Expand Down
Loading