We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc23b05 + bb601a8 commit 328c05cCopy full SHA for 328c05c
SwiftGRPC.podspec
@@ -29,7 +29,7 @@
29
30
Pod::Spec.new do |s|
31
s.name = 'SwiftGRPC'
32
- s.version = '0.4.0'
+ s.version = '0.4.1'
33
s.license = 'New BSD'
34
s.summary = 'Swift gRPC code generator plugin and runtime library'
35
s.homepage = 'http://www.grpc.io'
@@ -45,7 +45,7 @@ Pod::Spec.new do |s|
45
s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
46
s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
47
48
- s.dependency 'gRPC-Core', '~> 1.11.0-pre2'
+ s.dependency 'gRPC-Core', '~> 1.11.0'
49
s.dependency 'BoringSSL', '~> 10.0'
50
s.dependency 'SwiftProtobuf', '~> 1.0.3'
51
end
0 commit comments