From 3f6952b69c6ea6c67597ad9cc24f35deb73c8531 Mon Sep 17 00:00:00 2001 From: Ali Karagoz Date: Sun, 2 Feb 2014 13:30:43 +0100 Subject: [PATCH] Bumped podspec to 2.1.0. --- MCSwipeTableViewCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell.podspec index a24918d..3f12a40 100644 --- a/MCSwipeTableViewCell.podspec +++ b/MCSwipeTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MCSwipeTableViewCell' - s.version = '2.0.1' + s.version = '2.1.0' s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' } s.homepage = 'https://github.com/alikaragoz/MCSwipeTableViewCell' s.summary = 'Mailbox app style UITableViewCell.' s.license = 'MIT' - s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.0.1' } + s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.1.0' } s.source_files = 'MCSwipeTableViewCell' s.platform = :ios s.ios.deployment_target = '5.0'