Podspec and changelog update

This commit is contained in:
Anton Popkov 2017-10-17 10:42:13 +03:00
parent f60c94986a
commit 38c1e72049
2 changed files with 5 additions and 1 deletions

View File

@ -49,3 +49,7 @@
- **Change**: Rename `AppearanceProtocol` to `AppearanceConfigurable`
- **Add**: `subscript(safe:)` subscript to `Array` extension for safe access to element by index
## 0.5.17
- **Fix**: EmptyCell reusing appearance fix
- **Fix**: SeparatorCell reusing separators fix

View File

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