Skip to content

Commit

Permalink
Update podspecs for v1.0.0-rc1 (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 authored Aug 1, 2024
1 parent 7dcc4b6 commit d6d829e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = '0.14.0'
spec.version = '1.0.0-rc1'
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 = '0.14.0'
spec.version = '1.0.0-rc1'
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 (0.14.0):
- Connect-Swift (1.0.0-rc1):
- SwiftProtobuf (~> 1.27.1)
- SwiftProtobuf (1.27.1)

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

SPEC CHECKSUMS:
Connect-Swift: e38ba7d842c4cf006e1609db241132e194afd984
Connect-Swift: 805ac4f6061c8aea5ae6050c2221b0b097f53375
SwiftProtobuf: b109bd17979d7993a84da14b1e1fdd8b0ded934a

PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48
Expand Down

0 comments on commit d6d829e

Please sign in to comment.