Skip to content

Instantly share code, notes, and snippets.

@brotchie
Created December 28, 2012 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brotchie/4397103 to your computer and use it in GitHub Desktop.
Save brotchie/4397103 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "BButton"
s.version = "0.0.1"
s.summary = "BButton is a subclass of UIButton that looks like the bootstrap buttons."
s.homepage = "https://github.com/mattlawer/BButton"
s.license = { :type => 'Unknown', :text => 'Unknown' }
s.author = { "Mathieu Bolard" => "mattlawer08@gmail.com" }
s.source = { :git => "https://github.com/mattlawer/BButton.git", :branch => "master", :commit => "HEAD"}
s.platform = :ios
s.source_files = 'BButton/BButton.*'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment