From b949078cefcc74066d413d8e40bba39395f34bdd Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Mon, 30 Mar 2015 16:17:13 -0600 Subject: [PATCH] adding new podspec --- Swift-Validator.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Swift-Validator.podspec b/Swift-Validator.podspec index 09aee9d..0a4c128 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" @@ -9,6 +9,6 @@ Pod::Spec.new do |s| 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 = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.2" } s.source_files = "Validator/*.swift" end