Update changelog + podspec
This commit is contained in:
parent
d56fa86b28
commit
300a9b4942
|
|
@ -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:)`
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue