Up version
This commit is contained in:
parent
af43eb9da7
commit
b2b386185c
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### 0.9.43
|
||||
- **Add**: `RefreshControl` - a basic UIRefreshControl with fixed refresh action.
|
||||
|
||||
### 0.9.42
|
||||
- **Fix**: Logic bugs of `PaginationWrapper`.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKit"
|
||||
s.version = "0.9.42"
|
||||
s.version = "0.9.43"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Bunch of useful protocols and views:
|
||||
|
||||
- RefreshControl - a basic UIRefreshControl with fixed refresh action.
|
||||
- `RefreshControl` - a basic UIRefreshControl with fixed refresh action.
|
||||
|
||||
# Installation via SPM
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue