Update podspec and changelog

This commit is contained in:
Anton Popkov 2017-10-14 16:50:36 +03:00
parent 148a964fb0
commit 3c78926f14
2 changed files with 5 additions and 1 deletions

View File

@ -44,3 +44,7 @@
- **Add**: `with(appearance:)`, `set(appearance:)` methods to TableRow extension
- **Add**: `Appearance` to `EmptyCell`
- **Remove**: `SeparatorCellViewModel`.
## 0.5.16
- **Change**: Rename `AppearanceProtocol` to `AppearanceConfigurable`

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.5.15"
s.version = "0.5.16"
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"