diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index bea78834..bc3b41fe 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '2.0.1' + s.version = '2.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' @@ -16,4 +16,4 @@ Pod::Spec.new do |s| # Pod Dependencies s.dependency 'SDCAutoLayout', '~> 2.0' s.dependency 'RBBAnimation', '~> 0.3' -end \ No newline at end of file +end