Peter Steinbergers PSStoreButton for iOS

This commit is contained in:
David HM Spector
2012-04-17 11:50:19 -07:00
parent 91b53bfaa9
commit 2425fc9fc2
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PSStoreButton'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'UIButton that is styled like iPhone\'s AppStore-Button'
s.homepage = 'https://github.com/steipete/PSStoreButton'
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/PSStoreButton.git', :commit => '54256e4a204db9999553627df870fe5f23de6113' }
s.description = 'UIButton that is styled like iPhone\'s AppStore-Button'
s.platform = :ios
s.source_files = 'PSStoreButton.{h,m}'
s.libraries = 'CoreGraphics', 'QuartzCore'
end