Skip to content

Commit 36da4be

Browse files
authored
Merge pull request #170 from qkdreyer/patch-1
Added swift_version to podspec
2 parents ee2ae91 + bb3fcf9 commit 36da4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Reachability.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
2727
s.framework = 'SystemConfiguration'
2828

2929
s.requires_arc = true
30+
s.swift_version = "4.1"
3031
s.ios.deployment_target = "6.0"
3132
s.osx.deployment_target = "10.8"
3233
s.tvos.deployment_target = "9.0"

0 commit comments

Comments
 (0)