Skip to content

Commit

Permalink
Merge pull request #170 from qkdreyer/patch-1
Browse files Browse the repository at this point in the history
Added swift_version to podspec
  • Loading branch information
tonymillion committed Apr 6, 2019
2 parents ee2ae91 + bb3fcf9 commit 36da4be
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

1 comment on commit 36da4be

@UInt2048
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonymillion Could you consider releasing 3.4 if you think it's working? If there's anything more to add, you can always add it if you have time!

Please sign in to comment.