Compare commits

...

2 Commits

Author SHA1 Message Date
Aliona b6c8200015 Merge pull request #51 from TouchInstinct/biometrics_service_upgrade
Add public init to biometricsService
2018-07-24 18:24:04 +03:00
Aliona c11573e493 Add public init to biometricsService 2018-07-24 18:22:14 +03:00
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -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 -1
View File
@@ -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"
+2
View File
@@ -64,4 +64,6 @@ public final class BiometricsService {
}
}
public init() {}
}