From 567873a6bd651d41da5050614778e3d8aae105aa Mon Sep 17 00:00:00 2001 From: Ali Karagoz Date: Sun, 21 Sep 2014 20:13:01 +0200 Subject: [PATCH] Updated podspec with minor 2.1.2 --- MCSwipeTableViewCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell.podspec index bef755d..1bd299a 100644 --- a/MCSwipeTableViewCell.podspec +++ b/MCSwipeTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MCSwipeTableViewCell' - s.version = '2.1.0' + s.version = '2.1.2' 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.0' } + s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.1.2' } s.source_files = 'MCSwipeTableViewCell' s.platform = :ios s.ios.deployment_target = '5.0'