From 50e237d7f3a6dca7c25bdad64b6215bc09e7ca08 Mon Sep 17 00:00:00 2001 From: alejandro soto Date: Fri, 27 Mar 2015 20:37:51 -0600 Subject: [PATCH] target removed --- Swift-Validator.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/Swift-Validator.podspec b/Swift-Validator.podspec index 09aee9d..559473c 100644 --- a/Swift-Validator.podspec +++ b/Swift-Validator.podspec @@ -8,7 +8,6 @@ Pod::Spec.new do |s| s.author = { "Jeff" => "jeff.potter6@gmail.com" } s.social_media_url = "http://twitter.com/jpotts18" s.platform = :ios - s.ios.deployment_target = '8.0' s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" } s.source_files = "Validator/*.swift" end