Skip to content

Commit

Permalink
Update FormTextField.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Oct 23, 2017
1 parent 550997d commit 1e1db27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FormTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "FormTextField"
s.summary = "A UITextField that supports formatters and input validators such as maximum length and regex"
s.version = "1.0.2"
s.version = "2.0.0"
s.homepage = "https://github.com/3lvis/FormTextField"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "[email protected]" }
Expand All @@ -12,6 +12,4 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source_files = 'Source/**/*'
s.frameworks = 'UIKit'
s.dependency 'Formatter', '~> 1.0.0'
s.dependency 'InputValidator', '~> 1.0.3'
end

0 comments on commit 1e1db27

Please sign in to comment.