Skip to content

Commit

Permalink
Fixing typo in 1.0.7 US2FormValidator Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fish committed Dec 5, 2012
1 parent 92037ea commit 76db741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion US2FormValidator/1.0.7/US2FormValidator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
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.6' }
s.source = { :git => 'https://github.com/ustwo/US2FormValidator.git', :tag => '1.0.7' }
s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}'
s.resource = 'US2FormValidationFramework/source/Localization.bundle'
s.clean_paths = 'Documentation', 'US2FormValidationFrameworkSample', 'US2FormValidationFramework/tests', 'US2FormValidationFramework/documentation', 'US2FormValidationFramework/US2FormValidationFramework.xcodeproj'
Expand Down

0 comments on commit 76db741

Please sign in to comment.