We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4402 commit b949078Copy full SHA for b949078
Swift-Validator.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Swift-Validator"
3
- s.version = "2.0.1"
+ s.version = "2.0.2"
4
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"
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
9
s.social_media_url = "http://twitter.com/jpotts18"
10
s.platform = :ios
11
s.ios.deployment_target = '8.0'
12
- s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.1" }
+ s.source = { :git => "https://github.com/jpotts18/swift-validator.git", :tag => "2.0.2" }
13
s.source_files = "Validator/*.swift"
14
end
0 commit comments