Update changelog + podspec

This commit is contained in:
Igor 2017-09-17 17:47:00 +03:00
parent d56fa86b28
commit 300a9b4942
2 changed files with 6 additions and 2 deletions

View File

@ -2,4 +2,8 @@
## 0.5.6
- [Fix] Clear tableview if placeholder is shown
- **Fix**: Clear tableview if placeholder is shown
## 0.5.7
- **Add**: String extension `localizedComponent(value:stringOne:stringTwo:stringMany:)`

View File

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