We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 875e506 + d3f015d commit 5e1c393Copy full SHA for 5e1c393
UIAlertView+Blocks.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "UIAlertView+Blocks"
3
- s.version = "0.8.1"
+ s.version = "0.9"
4
s.summary = "Category on UIAlertView to use inline block callbacks instead of delegate callbacks."
5
6
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.license = { :type => 'MIT', :file => 'LICENSE' }
15
s.author = "Ryan Maxwell"
16
s.platform = :ios, '4.3'
17
- s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.8.1" }
+ s.source = { :git => "https://github.com/ryanmaxwell/UIAlertView-Blocks.git", :tag => "0.9" }
18
s.source_files = 'UIAlertView+Blocks.{h,m}'
19
s.requires_arc = true
20
end
0 commit comments