Add public init to biometricsService
This commit is contained in:
parent
f5349272af
commit
c11573e493
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
### 0.3.3
|
||||
|
||||
- **Add**: Public `init` to `BiometricsService`
|
||||
|
||||
### 0.3.2
|
||||
|
||||
- **Add**: functions to `BasePassCodeViewController` to make `fakeTextField` become and resign first responder
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKitAdditions"
|
||||
s.version = "0.3.2"
|
||||
s.version = "0.3.3"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -64,4 +64,6 @@ public final class BiometricsService {
|
|||
}
|
||||
}
|
||||
|
||||
public init() {}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue