Skip to content
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.1.0'
spec.version = '1.2.0'
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.1.0'
spec.version = '1.2.0'
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
6 changes: 3 additions & 3 deletions Examples/ElizaCocoaPodsApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Connect-Swift (1.1.0):
- Connect-Swift (1.2.0):
- SwiftProtobuf (~> 1.30.0)
- SwiftProtobuf (1.30.0)

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

SPEC CHECKSUMS:
Connect-Swift: f5a245f3e9880ae4c983c1ea777210b261d1af3b
Connect-Swift: 82bcc0834587bd537f17a9720f62ea9fc7d9f3a5
SwiftProtobuf: 3697407f0d5b23bedeba9c2eaaf3ec6fdff69349

PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48

COCOAPODS: 1.16.2
COCOAPODS: 1.15.2
Loading