Skip to content

Commit 3600cf0

Browse files
author
alejandro soto
committed
pod updates
1 parent f7d47ef commit 3600cf0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Swift_Validator.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "Swift_Validator"
3-
s.version = "2.0.1"
3+
s.version = "2.0.2"
44
s.summary = "A UITextField Validation library for Swift"
55
s.homepage = "https://github.com/jpotts18/swift-validator"
66
s.screenshots = "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif"
77
s.license = { :type => "Apache 2.0", :file => "LICENCE.txt" }
88
s.author = { "Jeff" => "jeff.potter6@gmail.com" }
99
s.social_media_url = "http://twitter.com/jpotts18"
1010
s.platform = :ios
11-
s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" }
11+
s.ios.deployment_target = '8.0'
12+
s.source = { :git => "https://github.com/asotog/swift-validator.git", :tag => "2.0.2" }
1213
s.source_files = "Validator/*.swift"
1314
s.frameworks = ['Foundation', 'UIKit']
1415
s.requires_arc = true

0 commit comments

Comments
 (0)