|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'SwiftGRPC'
|
|
s.name = 'SwiftGRPC'
|
|
|
- s.version = '0.10.0'
|
|
|
|
|
|
|
+ s.version = '0.11.0'
|
|
|
s.license = { :type => 'Apache License, Version 2.0',
|
|
s.license = { :type => 'Apache License, Version 2.0',
|
|
|
:text => <<-LICENSE
|
|
:text => <<-LICENSE
|
|
|
Copyright 2018, gRPC Authors. All rights reserved.
|
|
Copyright 2018, gRPC Authors. All rights reserved.
|
|
@@ -41,6 +41,6 @@ Pod::Spec.new do |s|
|
|
|
s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
|
|
s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
|
|
|
s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
|
|
s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
|
|
|
|
|
|
|
|
- s.dependency 'gRPC-Core', '~> 1.23.0'
|
|
|
|
|
|
|
+ s.dependency 'gRPC-Core', '~> 1.24.1'
|
|
|
s.dependency 'SwiftProtobuf', '~> 1.7.0'
|
|
s.dependency 'SwiftProtobuf', '~> 1.7.0'
|
|
|
end
|
|
end
|