forked from ustwo/US2FormValidator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUS2FormValidator.podspec
14 lines (14 loc) · 1019 Bytes
/
US2FormValidator.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'US2FormValidator'
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' => '[email protected]', 'Alex Fish' => '[email protected]'}
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.1' }
s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}'
s.resources = 'US2FormValidationFramework/US2Localizable/*'
s.preserve_paths = 'Documentation', 'US2FormValidationFrameworkSample', 'US2FormValidationFramework/tests', 'US2FormValidationFramework/documentation', 'US2FormValidationFramework/US2FormValidationFramework.xcodeproj'
end