Skip to content

Commit

Permalink
Updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stolz committed Nov 27, 2013
1 parent 397bede commit 3f832e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions US2FormValidator.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'US2FormValidator'
s.version = '2.0.7-beta'
s.version = '2.0.8-beta'
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', 'Mio Nilsson' => 'mio@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 => '2.0.7-beta' }
s.source = { :git => 'https://github.com/ustwo/US2FormValidator.git', :tag => '2.0.8-beta' }
s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}'
s.resources = 'US2FormValidationFramework/US2Localizable/*'
s.requires_arc = true
Expand Down

0 comments on commit 3f832e5

Please sign in to comment.