Skip to content
Merged
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
4 changes: 2 additions & 2 deletions SwiftGRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

s.dependency 'gRPC-Core', '~> 1.11.0-pre2'
s.dependency 'gRPC-Core', '~> 1.11.0'
s.dependency 'BoringSSL', '~> 10.0'
s.dependency 'SwiftProtobuf', '~> 1.0.3'
end