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 1ac73bd commit 3b12b0aCopy full SHA for 3b12b0a
UIAlertController+Blocks.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "UIAlertController+Blocks"
3
- s.version = "0.7"
+ s.version = "0.7.1"
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.7' }
+ s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.7.1' }
9
s.source_files = 'UIAlertController+Blocks.{h,m}'
10
s.requires_arc = true
11
s.platform = 'ios', '6.0' # 6.0 as this is a dependency for RMUniversalAlert
0 commit comments