Skip to content

Instantly share code, notes, and snippets.

@AlehUlitsionak
Created April 22, 2013 14:46
Show Gist options
  • Save AlehUlitsionak/5435628 to your computer and use it in GitHub Desktop.
Save AlehUlitsionak/5435628 to your computer and use it in GitHub Desktop.
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