diff --git a/CHANGELOG.md b/CHANGELOG.md index ac381ce9..6066e2f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/LeadKit.podspec b/LeadKit.podspec index f8a34cfa..3014238d 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -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"