Skip to content

Commit

Permalink
Update podspec for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed Sep 11, 2013
1 parent 2e78a78 commit 071046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIAlertView+Blocks.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIAlertView+Blocks"
s.version = "0.6"
s.version = "0.7"
s.summary = "Category on UIAlertView to use inline block callbacks instead of delegate callbacks."

s.description = <<-DESC
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ryan Maxwell" => "ryanm@xwell.co.nz" }
s.platform = :ios, '4.3'
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.6" }
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.7" }
s.source_files = 'UIAlertView+Blocks.{h,m}'
s.requires_arc = true
end

0 comments on commit 071046c

Please sign in to comment.