Changelog and version
This commit is contained in:
parent
52aa86c123
commit
4bd3bc7b5f
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### 0.2.5
|
||||
|
||||
- **Add**: Methods to notify when biometrics auth begins and ends.
|
||||
|
||||
### 0.2.4
|
||||
- **Add**: `PinLayout` dependency.
|
||||
- **Add**: `PinLayoutTableViewCell`, `SeparatorTableViewCell` and `LabelTableViewCell` powered by PinLayout.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKitAdditions"
|
||||
s.version = "0.2.4"
|
||||
s.version = "0.2.5"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue