Skip to content

Instantly share code, notes, and snippets.

@limenutt
Forked from amseddi/TSAlertView.podspec
Created February 7, 2013 07:23
Show Gist options
  • Select an option

  • Save limenutt/4729197 to your computer and use it in GitHub Desktop.

Select an option

Save limenutt/4729197 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'TSAlertView'
s.version = '1.0'
s.platform = :ios
s.summary = 'UIAlertView drop-in replacement. Supports stacked buttons, input fields, user-configurable size, and more.'
s.homepage = 'https://github.com/TomSwift/TSAlertView'
s.author = { 'TomSwift' => 'https://github.com/TomSwift' }
s.source = { :git => 'https://github.com/TomSwift/TSAlertView.git', :commit => '37c4c4d3bba757d82201f7609577b32020561ef9' }
s.source_files = 'TSAlertView/TSAlertView.h', 'TSAlertView/TSAlertView.m'
s.resources = 'TSAlertView/TSAlertView*.png'
s.license = { :type => 'BSD', :file => 'Source Code License.rtf' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment