Skip to content

Commit e6caa20

Browse files
committed
Update changelog and podspec
1 parent 77a266c commit e6caa20

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.6.0
4+
5+
- Fix glitch when dragging before animation completes.
6+
- Fix cell separator overlap when swiping.
7+
- Add buttonsDistance property to MGSwipeSettings: allows to control distance between the buttons.
8+
- Add MGSwipeExpansionLayoutNone type that allows not to performont button layout in expansions.
9+
- Improved AppExtension and RTL language support.
10+
- Improved Swift interoperation.
11+
312
## 1.5.6
413

514
- Improve iOS 10.0 support

MGSwipeTableCell.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'MGSwipeTableCell'
3-
s.version = '1.5.6'
3+
s.version = '1.6.0'
44
s.author = { 'Imanol Fernandez' => '[email protected]' }
55
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
66
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'
77
s.license = 'MIT'
88
s.source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git', :tag => s.version.to_s }
99
s.source_files = 'MGSwipeTableCell'
1010
s.platform = :ios
11-
s.ios.deployment_target = '5.0'
11+
s.ios.deployment_target = '7.0'
1212
s.requires_arc = true
1313
end

0 commit comments

Comments
 (0)