diff --git a/US2FormValidator/1.0.6/US2FormValidator.podspec b/US2FormValidator/1.0.6/US2FormValidator.podspec index 446d03d93a1f65..1a1128c11bcc9f 100644 --- a/US2FormValidator/1.0.6/US2FormValidator.podspec +++ b/US2FormValidator/1.0.6/US2FormValidator.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| - s.name = 'US2FormValidator' - s.version = '1.0.6' - 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.6' } - 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' + s.name = 'US2FormValidator' + s.version = '1.0.6' + 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.6' } + s.source_files = 'US2FormValidationFramework/source/**/*.{h,m}' + s.resource = 'US2FormValidationFramework/source/Localization.bundle' + s.preserve_paths = 'Documentation', 'US2FormValidationFrameworkSample', 'US2FormValidationFramework/tests', 'US2FormValidationFramework/documentation', 'US2FormValidationFramework/US2FormValidationFramework.xcodeproj' end diff --git a/US2FormValidator/1.0.7/US2FormValidator.podspec b/US2FormValidator/1.0.7/US2FormValidator.podspec deleted file mode 100644 index 8e0e7464e567d8..00000000000000 --- a/US2FormValidator/1.0.7/US2FormValidator.podspec +++ /dev/null @@ -1,14 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'US2FormValidator' - s.version = '1.0.7' - 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.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' -end