Up version
This commit is contained in:
parent
91e6906145
commit
16e2d222a4
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### 0.9.39
|
||||
- **Add**: `Animatable` protocol to TIUIKitCore.
|
||||
- **Add**: `TIActivityIndicators` for activity indicators.
|
||||
|
||||
### 0.9.37
|
||||
- **Fix**: ScrollView content offset of `PaginationWrapper` for iOS 13.
|
||||
- **Fix**: Load more request crash of `PaginationWrapper`.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKit"
|
||||
s.version = "0.9.37"
|
||||
s.version = "0.9.39"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ LeadKit is the iOS framework with a bunch of tools for rapid app development.
|
|||
|
||||
## Additional
|
||||
This repository contains the following additional frameworks:
|
||||
- [TIUIKitCore](TIUIKitCore) - core ui elements and protocols from LeadKit.
|
||||
- [TITransitions](TITransitions) - set of custom transitions to present controller.
|
||||
- [TIUIKitCore](TIUIKitCore) - core ui elements from LeadKit.
|
||||
- [TIActivityIndicators](TIActivityIndicators) - bunch of protocols and views of Activity Indicators.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue