From 8893aa150750fcf7b4490e38c283fe3a2675feb7 Mon Sep 17 00:00:00 2001 From: Ali Karagoz Date: Sun, 2 Feb 2014 13:28:05 +0100 Subject: [PATCH] Bumped podspec to 2.0.1. --- MCSwipeTableViewCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell.podspec index eae0e8d..a24918d 100644 --- a/MCSwipeTableViewCell.podspec +++ b/MCSwipeTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MCSwipeTableViewCell' - s.version = '2.0.0' + s.version = '2.0.1' 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.0' } + s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '2.0.1' } s.source_files = 'MCSwipeTableViewCell' s.platform = :ios s.ios.deployment_target = '5.0'