Skip to content

Commit 3b12b0a

Browse files
author
Ryan Maxwell
committed
update podfile
1 parent 1ac73bd commit 3b12b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UIAlertController+Blocks.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "UIAlertController+Blocks"
3-
s.version = "0.7"
3+
s.version = "0.7.1"
44
s.summary = "Convenience methods for UIAlertController"
55
s.homepage = "https://github.com/ryanmaxwell/UIAlertController-Blocks"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = "Ryan Maxwell"
8-
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.7' }
8+
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.7.1' }
99
s.source_files = 'UIAlertController+Blocks.{h,m}'
1010
s.requires_arc = true
1111
s.platform = 'ios', '6.0' # 6.0 as this is a dependency for RMUniversalAlert

0 commit comments

Comments
 (0)