Skip to content

Commit 328c05c

Browse files
authored
Merge pull request #211 from rebello95/podspec-update
Update podspec to v0.4.1 for core v1.11.0
2 parents cc23b05 + bb601a8 commit 328c05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftGRPC.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Pod::Spec.new do |s|
3131
s.name = 'SwiftGRPC'
32-
s.version = '0.4.0'
32+
s.version = '0.4.1'
3333
s.license = 'New BSD'
3434
s.summary = 'Swift gRPC code generator plugin and runtime library'
3535
s.homepage = 'http://www.grpc.io'
@@ -45,7 +45,7 @@ Pod::Spec.new do |s|
4545
s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
4646
s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
4747

48-
s.dependency 'gRPC-Core', '~> 1.11.0-pre2'
48+
s.dependency 'gRPC-Core', '~> 1.11.0'
4949
s.dependency 'BoringSSL', '~> 10.0'
5050
s.dependency 'SwiftProtobuf', '~> 1.0.3'
5151
end

0 commit comments

Comments
 (0)