diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index a50f23b4..c9b487f5 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '2.3.2' + s.version = '2.4' 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'