From 67d7c84cac5fbb7a8583756f68a19a968beafff2 Mon Sep 17 00:00:00 2001 From: Ellen Shapiro Date: Thu, 26 Feb 2015 22:36:34 -0700 Subject: [PATCH] Bump podspec. --- DNSSwipeableTableCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DNSSwipeableTableCell.podspec b/DNSSwipeableTableCell.podspec index 21b5d3d..bd59fd3 100644 --- a/DNSSwipeableTableCell.podspec +++ b/DNSSwipeableTableCell.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "DNSSwipeableTableCell" - s.version = "1.1.0" - s.summary = "A swipeable UITableViewCell for iOS 7." + s.version = "1.2.0" + s.summary = "A swipeable UITableViewCell for iOS 7+." s.description = "UITableViewCell subclass to add multiple buttons to a swipe-under menu like iOS 7 Mail." s.homepage = "https://github.com/designatednerd/DNSSwipeableTableCell" s.screenshots = "https://raw.githubusercontent.com/designatednerd/DNSSwipeableTableCell/master/swipeable.gif"