Skip to content

Commit

Permalink
Add a swift_versions flag to the Podspec. (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage authored Jul 3, 2019
1 parent 5c610b0 commit 38b9895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftGRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Pod::Spec.new do |s|
s.authors = { 'The gRPC contributors' => '[email protected]' }
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'
Expand Down

0 comments on commit 38b9895

Please sign in to comment.