Skip to content

Commit 1d93171

Browse files
committed
updating podspec
1 parent 4dee25a commit 1d93171

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SwiftValidator.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Pod::Spec.new do |s|
22
s.name = "SwiftValidator"
33
s.version = "2.0.6"
44
s.summary = "A UITextField Validation library for Swift"
5-
s.homepage = "https://github.com/jpotts18/swift-validator"
6-
s.screenshots = "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif"
5+
s.homepage = "https://github.com/jpotts18/SwiftValidator"
6+
s.screenshots = "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif"
77
s.license = { :type => "MIT", :file => "LICENSE.txt" }
88
s.author = { "Jeff Potter" => "jeff.potter6@gmail.com" }
99
s.social_media_url = "http://twitter.com/jpotts18"
1010
s.platform = :ios
1111
s.ios.deployment_target = '8.0'
12-
s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.6" }
12+
s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "2.0.6" }
1313
s.source_files = "Validator/*.swift"
1414
s.frameworks = ['Foundation', 'UIKit']
1515
s.requires_arc = true

0 commit comments

Comments
 (0)