Files
JBChartView/US2FormValidator/1.0.0/US2FormValidator.podspec
T
Martin Stolz 0fc6180eda Added US2FormValidator podspec (1.0.0)
Removed US2FormValidator podspec (1.0)
2012-02-08 18:39:23 +00:00

14 lines
831 B
Ruby

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