Skip to content

Commit

Permalink
Update version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Dec 11, 2014
1 parent 0644df6 commit 79b1396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
s.summary = 'SDCAlertView is a UIAlertView clone with added functionality including a contentView property'
Expand All @@ -16,4 +16,4 @@ Pod::Spec.new do |s|
# Pod Dependencies
s.dependency 'SDCAutoLayout', '~> 2.0'
s.dependency 'RBBAnimation', '~> 0.3'
end
end

0 comments on commit 79b1396

Please sign in to comment.