From 3cdabcadd7d4654280276b3cf6587f5021ec2452 Mon Sep 17 00:00:00 2001 From: scoreyou Date: Mon, 3 Dec 2018 12:42:55 +0300 Subject: [PATCH] New validator fork linked --- CHANGELOG.md | 4 ++++ LeadKitAdditions.podspec | 6 +++--- Podfile | 2 +- Podfile.lock | 10 +++++----- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83095e..3f6fb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.3.8 + +- **Fixed**: `SwiftValidator` fork moved to TouchInstinct repo, the used one is removed. Version number is downgraded to `4.0.2` to avoid collision when the original pod will update. + ### 0.3.7 - **Fixed**: `PassCodeError.tooManyAttempts` logic in `.create` and `.change` `PassCodeOperationType` diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index aea2008..945af1f 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.3.7" + s.version = "0.3.8" 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" @@ -19,7 +19,7 @@ Pod::Spec.new do |s| ss.dependency "LeadKit", '~> 0.9.0' ss.dependency "KeychainAccess", '3.1.0' ss.dependency "CryptoSwift", '~> 0.9.0' - ss.dependency "SwiftValidator", '5.0.0' + ss.dependency "SwiftValidator", '4.0.2' ss.dependency "PinLayout", '~> 1.6' end @@ -36,7 +36,7 @@ Pod::Spec.new do |s| ss.dependency "LeadKit/Core-iOS-Extension", '~> 0.9.0' ss.dependency "KeychainAccess", '3.1.0' ss.dependency "CryptoSwift", '~> 0.9.0' - ss.dependency "SwiftValidator", '5.0.0' + ss.dependency "SwiftValidator", '4.0.2' ss.dependency "PinLayout", '~> 1.6' end diff --git a/Podfile b/Podfile index 03052c7..092d6b2 100644 --- a/Podfile +++ b/Podfile @@ -4,7 +4,7 @@ source "https://github.com/TouchInstinct/Podspecs.git" abstract_target 'LeadKitAdditions' do pod "KeychainAccess", '3.1.0' pod "CryptoSwift", "~> 0.9.0" - pod "SwiftValidator", '5.0.0' + pod "SwiftValidator", '4.0.2' pod "SwiftLint", '~> 0.25' pod "PinLayout", '~> 1.6' diff --git a/Podfile.lock b/Podfile.lock index e755037..f7235b1 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -28,7 +28,7 @@ PODS: - RxSwift (4.3.1) - SwiftDate (5.0.10) - SwiftLint (0.27.0) - - SwiftValidator (5.0.0) + - SwiftValidator (4.0.2) - TableKit (2.8.0) - UIScrollView-InfiniteScroll (1.1.0) @@ -39,7 +39,7 @@ DEPENDENCIES: - LeadKit/Core-iOS-Extension (~> 0.9.0) - PinLayout (~> 1.6) - SwiftLint (~> 0.25) - - SwiftValidator (= 5.0.0) + - SwiftValidator (= 4.0.2) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -69,10 +69,10 @@ SPEC CHECKSUMS: RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4 SwiftDate: fcdaa7ca22a903faf6d7ed231239a88d174dcae3 SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 - SwiftValidator: 46cdd2061962df3ee8bab3c536dea9b34191d459 + SwiftValidator: 8517a67bceebd7286cb487da259db7dd44c5fc74 TableKit: d635663343d00e209f258e35d4ee0072ad1beb1a UIScrollView-InfiniteScroll: 3ef456bcbe759c19f510a383cff96e6647c98c98 -PODFILE CHECKSUM: 3a69f15c8923b9a8b4798d4e8e1caf8dc6293c6d +PODFILE CHECKSUM: 447350715f27bad97492296a2ed066c844cfaf5a -COCOAPODS: 1.6.0.beta.1 +COCOAPODS: 1.6.0.beta.2