Skip to content

Commit 9d5acbd

Browse files
author
Ryan Maxwell
committed
update podspec for 0.5.2
1 parent 3c9ed26 commit 9d5acbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UIAlertController+Blocks.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "UIAlertController+Blocks"
3-
s.version = "0.5.1"
3+
s.version = "0.5.2"
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.5.1' }
8+
s.source = { :git => "https://github.com/ryanmaxwell/UIAlertController-Blocks.git", :tag => '0.5.2' }
99
s.source_files = 'UIAlertController+Blocks.{h,m}'
1010
s.requires_arc = true
11-
s.platform = 'ios', '6.0' # 6.0 as this is a dependency for RMUniversalAlert, and also requires __weak
11+
s.platform = 'ios', '6.0' # 6.0 as this is a dependency for RMUniversalAlert
1212
end

0 commit comments

Comments
 (0)