Skip to content

Commit

Permalink
1.1.1 - Fixes for #23 & #24
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfish committed Jan 17, 2013
1 parent fac222f commit 74b67e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions US2FormValidator.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'US2FormValidator'
s.version = '1.1.0'
s.version = '1.1.1'
s.license = 'MIT'
s.summary = 'A lightweight iOS form validation framework.'
s.homepage = 'https://github.com/ustwo/US2FormValidator'
s.authors = {'Martin Stolz' => 'martin@ustwo.co.uk', 'Alex Fish' => 'fish@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.1.0' }
s.source = { :git => 'https://github.com/ustwo/US2FormValidator.git', :tag => '1.1.1' }
s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}'
s.resources = 'US2FormValidationFramework/US2Localizable/*'
s.preserve_paths = 'Documentation', 'US2FormValidationFrameworkSample', 'US2FormValidationFramework/tests', 'US2FormValidationFramework/documentation', 'US2FormValidationFramework/US2FormValidationFramework.xcodeproj'
Expand Down

0 comments on commit 74b67e8

Please sign in to comment.