From 16e2d222a43d763da626eb17553799682ef2ac0e Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 19 Aug 2020 15:54:51 +0300 Subject: [PATCH] Up version --- CHANGELOG.md | 4 ++++ LeadKit.podspec | 2 +- README.md | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2387df8a..db438234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/LeadKit.podspec b/LeadKit.podspec index 047c7558..a8dc1db2 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -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" diff --git a/README.md b/README.md index c4298f10..77a3e5a9 100644 --- a/README.md +++ b/README.md @@ -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.