From 3600cf0d3857de16f921543ba70faf75b1f82c40 Mon Sep 17 00:00:00 2001 From: alejandro soto Date: Mon, 30 Mar 2015 17:20:41 -0600 Subject: [PATCH] pod updates --- Swift_Validator.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Swift_Validator.podspec b/Swift_Validator.podspec index 5e9ec24..7c7fd6e 100644 --- a/Swift_Validator.podspec +++ b/Swift_Validator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Swift_Validator" - s.version = "2.0.1" + s.version = "2.0.2" s.summary = "A UITextField Validation library for Swift" s.homepage = "https://github.com/jpotts18/swift-validator" s.screenshots = "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif" @@ -8,7 +8,8 @@ Pod::Spec.new do |s| s.author = { "Jeff" => "jeff.potter6@gmail.com" } s.social_media_url = "http://twitter.com/jpotts18" s.platform = :ios - s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" } + s.ios.deployment_target = '8.0' + s.source = { :git => "https://github.com/asotog/swift-validator.git", :tag => "2.0.2" } s.source_files = "Validator/*.swift" s.frameworks = ['Foundation', 'UIKit'] s.requires_arc = true