Commit e10bdb3 alejandro soto
committed
1 parent 8dafa0f commit e10bdb3 Copy full SHA for e10bdb3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Swift_Validator"
3
- s . version = "2.0.3 "
3
+ s . version = "2.0.4 "
4
4
s . summary = "A UITextField Validation library for Swift"
5
5
s . homepage = "https://github.com/jpotts18/swift-validator"
6
6
s . screenshots = "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
s . social_media_url = "http://twitter.com/jpotts18"
10
10
s . platform = :ios
11
11
s . ios . deployment_target = '8.0'
12
- s . source = { :git => "https://github.com/asotog/swift-validator.git" , :tag => "2.0.3 " }
12
+ s . source = { :git => "https://github.com/asotog/swift-validator.git" , :tag => "2.0.4 " }
13
13
s . source_files = "Validator/*.swift"
14
14
s . frameworks = [ 'Foundation' , 'UIKit' ]
15
15
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments