Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Nov 16, 2014
1 parent 2c680be commit 704ae8d
Showing 1 changed file with 2 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.2'
s.version = '1.3.3'
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.1' }
s.source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git', :tag => '1.3.3' }
s.source_files = 'MGSwipeTableCell'
s.platform = :ios
s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit 704ae8d

Please sign in to comment.