update change log and podspec

This commit is contained in:
Ivan Smolin 2017-12-01 16:19:49 +03:00
parent 7a12073d59
commit 4bd3779535
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### 0.6.5
- **Add**: Ability to handle responses with non-default status codes.
### 0.6.4
- **Fix**: SpinnerView bug(no animation) in Swift 4.

View File

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