From 1d93171cb43f3bf4efa1961cef56d771bd2f5c04 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Fri, 10 Apr 2015 15:06:17 -0600 Subject: [PATCH] updating podspec --- SwiftValidator.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftValidator.podspec b/SwiftValidator.podspec index 3ed8d89..a45a35d 100644 --- a/SwiftValidator.podspec +++ b/SwiftValidator.podspec @@ -2,14 +2,14 @@ Pod::Spec.new do |s| s.name = "SwiftValidator" s.version = "2.0.6" 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" + s.homepage = "https://github.com/jpotts18/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/swift-validator.git", :tag => "2.0.6" } + s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "2.0.6" } s.source_files = "Validator/*.swift" s.frameworks = ['Foundation', 'UIKit'] s.requires_arc = true