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 c87d9d4 commit 8da58a9Copy full SHA for 8da58a9
UIAlertController+Blocks.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "UIAlertController+Blocks"
3
- s.version = "0.5.2"
+ s.version = "0.6"
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.5.2' }
+ s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.6' }
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