From f94de389e4469ca3c0881deab36179615a8a3a04 Mon Sep 17 00:00:00 2001 From: scoreyou Date: Mon, 3 Dec 2018 11:51:09 +0300 Subject: [PATCH] Podspec fixed --- SwiftValidator.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftValidator.podspec b/SwiftValidator.podspec index 5a15ee4..5e5b222 100644 --- a/SwiftValidator.podspec +++ b/SwiftValidator.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = "SwiftValidator" - s.version = "4.0.0" + s.version = "5.0.1" s.summary = "A UITextField Validation library for Swift" - s.homepage = "https://github.com/jpotts18/SwiftValidator" + s.homepage = "https://github.com/TouchInstinct/SwiftValidator" s.screenshots = "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif" s.license = { :type => "MIT", :file => "LICENSE.txt" } s.author = { "Jeff Potter" => "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/SwiftValidator.git", :tag => "4.0.0" } + s.source = { :git => "https://github.com/TouchInstinct/SwiftValidator.git", :tag => s.version } s.source_files = "SwiftValidator/**/*.swift" s.exclude_files = "Validator/AppDelegate.swift" s.frameworks = ['Foundation', 'UIKit']