Skip to content

Commit

Permalink
Added US2FormValidator podspec (1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stolz committed Feb 8, 2012
1 parent 6c84208 commit 47209ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions US2FormValidator/1.0/US2FormValidator.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'US2FormValidator'
s.version = '1.0.0'
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.0' }
s.source_files = 'US2FormValidationFramework/source/base', 'US2FormValidationFramework/source/conditions', 'US2FormValidationFramework/source/validators'
s.resource = "US2FormValidationFramework/source/Localization.bundle"
end

0 comments on commit 47209ef

Please sign in to comment.