We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.0.0
1 parent 52a2138 commit b4d1a0cCopy full SHA for b4d1a0c
1 file changed
SwiftValidator.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftValidator"
3
- s.version = "2.1.1"
+ s.version = "3.0.0"
4
s.summary = "A UITextField Validation library for Swift"
5
s.homepage = "https://github.com/jpotts18/SwiftValidator"
6
s.screenshots = "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif"
@@ -9,7 +9,7 @@ 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/SwiftValidator.git", :tag => "2.1.1" }
+ s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "3.0.0" }
13
s.source_files = "Validator/*.swift"
14
s.frameworks = ['Foundation', 'UIKit']
15
s.requires_arc = true
0 commit comments