Merge pull request #64 from TouchInstinct/feature/podspecs_update

Updated podspecs
This commit is contained in:
Nikita 2020-09-02 10:55:04 +03:00 committed by GitHub
commit e22c6813cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = "LeadKitAdditions"
s.version = "0.3.13"
s.version = "0.3.14"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions"
s.license = "Apache License, Version 2.0"
s.author = "Touch Instinct"
s.platform = :ios, "9.0"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/TouchInstinct/LeadKitAdditions.git", :tag => s.version }
s.subspec 'Core' do |ss|
ss.ios.deployment_target = '9.0'
ss.ios.deployment_target = '10.0'
ss.source_files = "Sources/**/*.swift"
ss.dependency "LeadKit", '~> 0.9.0'
ss.dependency "LeadKit", '~> 0.10.0'
ss.dependency "KeychainAccess", '3.1.0'
ss.dependency "CryptoSwift", '~> 0.9.0'
ss.dependency "SwiftValidator", '4.0.2'

View File

@ -136,7 +136,7 @@ public extension BaseTextFieldViewModelEvents {
rules: [Rule] = [RequiredRule()],
validationService: ValidationService,
onlineValidationClosure: OnlineValidationClosure? = nil,
onlineValidationThrottle: RxTimeInterval = 0.5) {
onlineValidationThrottle: RxTimeInterval = .milliseconds(500)) {
let dataModelFieldDriver = binding.fieldDriver