Skip to content

Commit 5e1c393

Browse files
author
Ryan Maxwell
committed
Merge branch 'release/0.9'
2 parents 875e506 + d3f015d commit 5e1c393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UIAlertView+Blocks.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "UIAlertView+Blocks"
3-
s.version = "0.8.1"
3+
s.version = "0.9"
44
s.summary = "Category on UIAlertView to use inline block callbacks instead of delegate callbacks."
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.license = { :type => 'MIT', :file => 'LICENSE' }
1515
s.author = "Ryan Maxwell"
1616
s.platform = :ios, '4.3'
17-
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.8.1" }
17+
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.9" }
1818
s.source_files = 'UIAlertView+Blocks.{h,m}'
1919
s.requires_arc = true
2020
end

0 commit comments

Comments
 (0)