Skip to content

Commit

Permalink
Update the Podspecs alpha18. (#944)
Browse files Browse the repository at this point in the history
This will become obsolete again very soon, but still be included for posterity, e.g. when including the Pod via

`pod 'gRPC-Swift', :git => 'https://github.com/grpc/grpc-swift', :branch => 'main'`
  • Loading branch information
MrMage authored Aug 19, 2020
1 parent 4037497 commit a59c5e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions CGRPCZlib.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
Pod::Spec.new do |s|

s.name = 'CGRPCZlib'
s.module_name = 'CGRPCZlib'
s.version = '1.0.0-alpha.17'
s.version = '1.0.0-alpha.18'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Compression library that provides in-memory compression and decompression functions'
s.homepage = 'https://www.grpc.io'
s.authors = { 'The gRPC contributors' => '[email protected]' }

s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }

s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }

s.source_files = 'Sources/CGRPCZlib/**/*.{swift,c,h}'

end
2 changes: 1 addition & 1 deletion gRPC-Swift-Plugins.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'gRPC-Swift-Plugins'
s.version = '1.0.0-alpha.17'
s.version = '1.0.0-alpha.18'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Swift gRPC code generator plugin binaries'
s.homepage = 'https://www.grpc.io'
Expand Down
11 changes: 5 additions & 6 deletions gRPC-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
Pod::Spec.new do |s|

s.name = 'gRPC-Swift'
s.module_name = 'GRPC'
s.version = '1.0.0-alpha.17'
s.version = '1.0.0-alpha.18'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Swift gRPC code generator plugin and runtime library'
s.homepage = 'https://www.grpc.io'
s.authors = { 'The gRPC contributors' => '[email protected]' }

s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }

s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }

s.source_files = 'Sources/GRPC/**/*.{swift,c,h}'

s.dependency 'Logging', '>= 1.2.0', '< 2'
s.dependency 'Logging', '>= 1.4.0', '< 2'
s.dependency 'SwiftNIO', '>= 2.19.0', '< 3'
s.dependency 'SwiftNIOHTTP2', '>= 1.12.2', '< 2'
s.dependency 'SwiftNIOHTTP2', '>= 1.13.0', '< 2'
s.dependency 'SwiftNIOSSL', '>= 2.8.0', '< 3'
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2'
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2'
Expand Down

0 comments on commit a59c5e5

Please sign in to comment.