Skip to content

Instantly share code, notes, and snippets.

@jk
Created September 24, 2012 12:30
Show Gist options
  • Select an option

  • Save jk/3775724 to your computer and use it in GitHub Desktop.

Select an option

Save jk/3775724 to your computer and use it in GitHub Desktop.
Modified PSStoreButton pod
Pod::Spec.new do |s|
s.name = "PSStoreButton"
s.version = "1.0"
s.summary = "UIButton that is styled like iPhone's AppStore-Button. No Images used!"
s.homepage = "https://github.com/steipete/PSStoreButton"
s.license = 'MIT'
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => "https://github.com/jk/PSStoreButton.git", :tag => "1.0" }
s.platform = :ios, '5.0'
s.source_files = 'PSStoreButton.{h,m}'
s.frameworks = 'CoreGraphics', 'QuartzCore'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment