Skip to content

Commit

Permalink
Update TextField.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 5, 2015
1 parent b9719fd commit d620b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextField.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -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

0 comments on commit d620b27

Please sign in to comment.