From 4da5ebd11e7e28d4aa1aed600c7bd51179e8f205 Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Sat, 30 May 2015 23:11:12 -0700 Subject: [PATCH] Update podspec to 2.5.1 --- SDCAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 1be9328d..7b0ab04e 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '2.5' + s.version = '2.5.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'Scott Berrevoets' => 's.berrevoets@me.com' } s.summary = 'SDCAlertView is a UIAlertView clone with added functionality including a contentView property'