forked from grpc/grpc-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove Cocoapods script and references (grpc#1439)"
This reverts commit 703d351.
- Loading branch information
Showing
8 changed files
with
410 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'CGRPCZlib' | ||
s.module_name = 'CGRPCZlib' | ||
s.version = '1.6.0' | ||
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' => 'grpc-packages@google.com' } | ||
|
||
s.swift_version = '5.2' | ||
s.ios.deployment_target = '10.0' | ||
s.osx.deployment_target = '10.12' | ||
s.tvos.deployment_target = '10.0' | ||
s.watchos.deployment_target = '6.0' | ||
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version } | ||
|
||
s.source_files = 'Sources/CGRPCZlib/**/*.{swift,c,h}' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'gRPC-Swift-Plugins' | ||
s.version = '1.6.0' | ||
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
s.summary = 'Swift gRPC code generator plugin binaries' | ||
s.homepage = 'https://www.grpc.io' | ||
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' } | ||
|
||
s.swift_version = '5.2' | ||
s.ios.deployment_target = '10.0' | ||
s.osx.deployment_target = '10.12' | ||
s.tvos.deployment_target = '10.0' | ||
s.watchos.deployment_target = '6.0' | ||
s.source = { :http => "https://github.com/grpc/grpc-swift/releases/download/#{s.version}/protoc-grpc-swift-plugins-#{s.version}.zip"} | ||
|
||
s.preserve_paths = '*' | ||
s.dependency 'gRPC-Swift', s.version.to_s | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'gRPC-Swift' | ||
s.module_name = 'GRPC' | ||
s.version = '1.6.0' | ||
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' => 'grpc-packages@google.com' } | ||
|
||
s.swift_version = '5.2' | ||
s.ios.deployment_target = '10.0' | ||
s.osx.deployment_target = '10.12' | ||
s.tvos.deployment_target = '10.0' | ||
s.watchos.deployment_target = '6.0' | ||
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version } | ||
|
||
s.source_files = 'Sources/GRPC/**/*.{swift,c,h}' | ||
|
||
s.dependency 'CGRPCZlib', s.version.to_s | ||
s.dependency 'Logging', '>= 1.4.0', '< 2.0.0' | ||
s.dependency 'SwiftNIO', '>= 2.32.0', '< 3.0.0' | ||
s.dependency 'SwiftNIOExtras', '>= 1.4.0', '< 2.0.0' | ||
s.dependency 'SwiftNIOHTTP2', '>= 1.18.2', '< 2.0.0' | ||
s.dependency 'SwiftNIOSSL', '>= 2.14.0', '< 3.0.0' | ||
s.dependency 'SwiftNIOTransportServices', '>= 1.11.1', '< 2.0.0' | ||
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2.0.0' | ||
|
||
end |
Oops, something went wrong.