Skip to content

Commit

Permalink
Peter Steinbergers PSStoreButton for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmspector committed Apr 17, 2012
1 parent 91b53bf commit 2425fc9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PSStoreButton/0.0.1/PSStoreButton.podspec
@@ -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
13 changes: 13 additions & 0 deletions PSStoreButton/0.0.1/PSStoreButton.podspec~
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PSStoreButton'
s.version = '1.0.0'
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', :tag => '1.0.0' }
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

0 comments on commit 2425fc9

Please sign in to comment.