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.
1 parent 7be6c7f commit 26c2fd2Copy full SHA for 26c2fd2
UIAlertController+Blocks.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "UIAlertController+Blocks"
3
- s.version = "0.9.1"
+ s.version = "0.9.2"
4
s.summary = "Convenience methods for UIAlertController"
5
s.homepage = "https://github.com/ryanmaxwell/UIAlertController-Blocks"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = "Ryan Maxwell"
8
- s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.9.1' }
+ s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.9.2' }
9
s.source_files = 'UIAlertController+Blocks.{h,m}'
10
s.requires_arc = true
11
s.ios.deployment_target = '6.0' # 6.0 as this is a dependency for RMUniversalAlert
0 commit comments