Up version and update change log

This commit is contained in:
Maxim Sorokin 2020-08-18 12:42:23 +03:00
parent f3cd8bec97
commit b273d2c118
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
### 0.9.37
- **Add**: `BaseTableViewCell` is subclass of `UITableViewCell` class with support `InitializableView` and `DisposeBagHolder` protocols.
- **Add**: `ContainerTableCell` is container class that provides wrapping any `UIView` into `UITableViewCell`.
- **Add**: `BaseTappableViewModel` is simplifies interaction between view and viewModel for events of tapping.
- **Add**: `VoidTappableViewModel` is subclass of `BaseTappableViewModel` class with void payload type.
### 0.9.36
- **Add**: SPM Package.swift.
- **Add**: TITransitions via SPM.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.9.36"
s.version = "0.9.37"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKit"
s.license = "Apache License, Version 2.0"