Browse Source

Add `SwiftProtobuf` to the podspec, because the runtime support code in `SwiftGRPC` now depends on it.

Daniel Alm 8 years ago
parent
commit
524f7461df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SwiftGRPC.podspec

+ 1 - 0
SwiftGRPC.podspec

@@ -47,4 +47,5 @@ Pod::Spec.new do |s|
 
   s.dependency 'gRPC-Core', '~> 1.9.1'
   s.dependency 'BoringSSL', '~> 9.1'
+  s.dependency 'SwiftProtobuf', '~> 1.0.2'
 end