feat: edit changelog and podspec summary

This commit is contained in:
Grigory Boyko 2022-08-02 22:14:38 +07:00
parent b57f205812
commit 28126dae4b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### 1.27.0
- **Add**: Cart, products, promocodes, bonuses and other related actions
### 1.25.0
- **Update**: `RequestError` cases now contain additional url assotiated value

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'TIEcommerce'
s.version = '1.27.0'
s.summary = 'Cart, products, promocodes, bonuses, receipt and other related actions'
s.summary = 'Cart, products, promocodes, bonuses and other related actions'
s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' }