We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814db34 commit 0ebec93Copy full SHA for 0ebec93
UIAlertView-Blocks.podspec
@@ -0,0 +1,13 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "UIAlertView-Blocks"
3
+ s.version = "0.0.1"
4
+ s.summary = "A category for UIAlertView which allows you to use blocks to handle the pressed button events rather than implementing a delegate."
5
+ s.homepage = "https://github.com/SlaunchaMan/UIAlertView-Blocks"
6
+ s.license = 'MIT'
7
+ s.authors = { "Jeff Kelley" => "SlaunchaMan@gmail.com", "Jiva DeVoe" => "info@random-ideas.net" }
8
+ s.source = { :git => "https://github.com/SlaunchaMan/UIAlertView-Blocks.git", :commit => "814db348b919220e2d49796ce778c02dd27f9460" }
9
+ s.platform = :ios
10
+ s.source_files = '*.{h,m}'
11
+ s.frameworks = 'UIKit', 'Foundation'
12
+ s.requires_arc = true
13
+end
0 commit comments