Skip to content

Commit

Permalink
Updated pod spec for US2FormValidator, now using version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stolz committed Jul 31, 2012
1 parent d069f73 commit 3c5dfba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions US2FormValidator/1.0.4/US2FormValidator.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'US2FormValidator'
s.version = '1.0.4'
s.license = 'MIT'
s.summary = 'A lightweight iOS form validation framework.'
s.homepage = 'https://github.com/ustwo/US2FormValidator'
s.author = { 'Martin Stolz' => 'martin@ustwo.co.uk' }
s.description = 'This framework allows you to validate inputs of text fields and text views in a convenient way. Add your own validators and dependencies of validations.'
s.platform = :ios
s.source = { :git => 'https://github.com/ustwo/US2FormValidator.git', :tag => '1.0.4' }
s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}'
s.resource = 'US2FormValidationFramework/source/Localization.bundle'
end

0 comments on commit 3c5dfba

Please sign in to comment.