diff --git a/TextField.podspec b/TextField.podspec index 459fe8c..a278f4a 100644 --- a/TextField.podspec +++ b/TextField.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TextField" s.summary = "A TextField that supports formatters and input validators such as maximum length and regex" - s.version = "0.5.2" + s.version = "0.5.3" s.homepage = "https://github.com/3lvis/TextField" s.license = 'MIT' s.author = { "Elvis Nuñez" => "elvisnunez@me.com" } @@ -12,6 +12,6 @@ Pod::Spec.new do |s| s.source_files = 'Source/**/*' s.frameworks = 'UIKit' s.dependency 'Formatter', '~> 0.3.2' - s.dependency 'InputValidator', '~> 0.8.4' + s.dependency 'InputValidator', '~> 0.8.5' s.dependency 'Hex', '~> 2.0' end