Up version and update changelog

This commit is contained in:
Vlad 2020-08-09 15:17:21 +03:00
parent d99f926222
commit b6079e175c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
### 0.9.36
- **Add**: SPM Package.swift.
- **Add**: TITransitions via SPM.
- **Add**: TIUIKitCore via SPM.
- **Update**: Readme.
### 0.9.35
- **Add**: Selector `refreshAction()` for refresh control of `PaginationWrapper`.

View File

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