Add swift grpc code-gen and use latest grpcSwift pod

This commit is contained in:
Piv
2020-04-28 23:00:31 +09:30
parent b633fdea95
commit a3a163b654
5 changed files with 21 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ target 'CarController' do
use_frameworks!
# Pods for CarController
pod 'SwiftGRPC'
pod 'gRPC-Swift', '1.0.0-alpha.11'
pod 'SwiftyZeroMQ5'
pod 'SwiftProtobuf', '~> 1.0'
end