Browse Source

Add a swift_versions flag to the Podspec. (#500)

Daniel Alm 6 years ago
parent
commit
38b98958d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SwiftGRPC.podspec

+ 1 - 0
SwiftGRPC.podspec

@@ -32,6 +32,7 @@ Pod::Spec.new do |s|
   s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
   s.source = { :git => 'https://github.com/grpc/grpc-swift.git', :tag => s.version }
 
+  s.swift_versions = [4.2]
   s.requires_arc = true
   s.ios.deployment_target = '8.0'
   s.osx.deployment_target = '10.10'