[New Pod] DCTTextFieldValidator 1.0: Validation for UITextFields

This commit is contained in:
Daniel Tull
2011-11-15 23:51:18 +00:00
parent 4aee313307
commit 2c3597dcd3
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DCTTextFieldValidator'
s.version = '1.0'
s.license = 'BSD'
s.summary = 'Validates an array of UITextFields before allowing an action to take place.'
s.homepage = 'https://github.com/danielctull/DCTTextFieldValidator'
s.author = { 'Daniel Tull' => 'dt@danieltull.co.uk' }
s.source = { :git => 'https://github.com/danielctull/DCTTextFieldValidator', :tag => '1.0' }
s.description = 'DCTTextFieldValidator takes an array of UITextFields and switches the return key on the keyboard if the text fields are valid.'
s.source_files = 'DCTTextFieldValidator.h', 'DCTTextFieldValidator.m'
s.requires_arc = true
end