diff --git a/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell.podspec index 905be3e..870cf58 100644 --- a/MCSwipeTableViewCell.podspec +++ b/MCSwipeTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MCSwipeTableViewCell' - s.version = '2.1.3' + s.version = '2.1.4' s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' } s.homepage = 'https://github.com/alikaragoz/MCSwipeTableViewCell' s.summary = 'Convenient UITableViewCell subclass that implements a swippable content to trigger actions.' s.license = 'MIT' - s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.1.3' } + s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.1.4' } s.source_files = 'MCSwipeTableViewCell' s.platform = :ios s.ios.deployment_target = '5.0'