New validator fork linked
This commit is contained in:
parent
bbef78ccd7
commit
3cdabcadd7
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
Podfile
2
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'
|
||||
|
||||
|
|
|
|||
10
Podfile.lock
10
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue