From b332f275e951150fdecdda10f2657788cf3344e8 Mon Sep 17 00:00:00 2001 From: sonique6784 Date: Mon, 26 Sep 2016 19:29:39 +1000 Subject: [PATCH] Deployment target should be iOS9 Deployment target should be iOS9 in order to keep compatibility. --- SwiftValidator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftValidator.podspec b/SwiftValidator.podspec index fbfdd2c..290f1f0 100644 --- a/SwiftValidator.podspec +++ b/SwiftValidator.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { "Jeff Potter" => "jeff.potter6@gmail.com" } s.social_media_url = "http://twitter.com/jpotts18" s.platform = :ios - s.ios.deployment_target = '10.0' + s.ios.deployment_target = '9.0' s.source = { :git => "https://github.com/ed-mejia/SwiftValidator.git", :tag => "4.0.1" } s.source_files = "SwiftValidator/**/*.swift" s.exclude_files = "Validator/AppDelegate.swift"