Skip to content

Commit

Permalink
updated changed and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Jan 9, 2015
1 parent cd2f58f commit adb7ee5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MGSwipeTableCell.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
s.version = '1.3.5'
s.version = '1.3.6'
s.author = { 'Imanol Fernandez' => '[email protected]' }
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
s.summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions'
s.license = 'MIT'
s.source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git', :tag => '1.3.5' }
s.source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git', :tag => '1.3.6' }
s.source_files = 'MGSwipeTableCell'
s.platform = :ios
s.ios.deployment_target = '5.0'
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.6
---------------------

* Improved gestureRecognizer ending detection. Fixed issue #50: Not able to swipe to reveal right after scrolling collection view children of cell content view
* Fixed the white background issue when the cell.backgroundColor is set to UIColor.clearColor
* Added utility method to perform swipe expansions programmatically

1.3.5
---------------------

Expand Down

0 comments on commit adb7ee5

Please sign in to comment.