Skip to content

Commit

Permalink
Added swift_version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored Aug 21, 2018
1 parent 184d6d4 commit bb3fcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Reachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Pod::Spec.new do |s|
s.framework = 'SystemConfiguration'

s.requires_arc = true
s.swift_version = "4.1"
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.tvos.deployment_target = "9.0"
Expand Down

0 comments on commit bb3fcf9

Please sign in to comment.