From 1530698d16b605c9c29950efeb1b32b944e8c1c3 Mon Sep 17 00:00:00 2001 From: Chris Wendel Date: Thu, 10 Oct 2013 21:48:34 -0400 Subject: [PATCH] Updating podspec 0.0.7 --- SWTableViewCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWTableViewCell.podspec b/SWTableViewCell.podspec index c2741df..2249603 100644 --- a/SWTableViewCell.podspec +++ b/SWTableViewCell.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'SWTableViewCell' - s.version = '0.0.6' + s.version = '0.0.7' s.author = { 'Chris Wendel' => 'chriwend@umich.edu' } s.homepage = 'https://github.com/CEWendel/SWTableViewCell' s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.' s.license = 'MIT' - s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.0.6' } + s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.0.7' } s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}' s.platform = :ios s.ios.deployment_target = '6.1'