From bb3fcf9bb8ddb40a6aa66ecbc292e0be0f005d72 Mon Sep 17 00:00:00 2001 From: Quentin Dreyer Date: Tue, 21 Aug 2018 16:07:50 +0200 Subject: [PATCH] Added swift_version to podspec --- Reachability.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Reachability.podspec b/Reachability.podspec index 5c6a12e..8627813 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -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"