Created
April 22, 2013 14:46
-
-
Save AlehUlitsionak/5435628 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'UIAlertView-Blocks' | |
s.version = '0.0.1' | |
s.platform = :ios | |
s.author = 'Jiva Devoe' | |
s.license = 'MIT' | |
s.requires_arc = true | |
s.summary = 'Category for UIAlertView and UIActionSheet which allows you to use blocks rather than implementing a delegate.' | |
s.description = 'A category for UIAlertView and UIActionSheet which allows you to use blocks to handle the pressed button events rather than implementing a delegate.' | |
s.source_files = '*.{h,m}' | |
s.homepage = 'https://github.com/jivadevoe/UIAlertView-Blocks' | |
s.source = { :git => 'https://github.com/jivadevoe/UIAlertView-Blocks.git', :commit => 'a3183f2aa2af0ff7bdd31d3912d84f9158d3e62a' } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment