Skip to content

Commit

Permalink
Add CocoaPods podspec for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Feb 8, 2013
1 parent 832dbaf commit a013a04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions podspec/1.0.1/OBShapedButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'OBShapedButton'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'A UIButton subclass that works with non-rectangular button shapes.'
s.homepage = 'https://github.com/ole/OBShapedButton'
s.author = { 'Ole Begemann' => '[email protected]' }
s.source = { :git => 'https://github.com/ole/OBShapedButton.git', :tag => '1.0.1' }
s.description = 'Instances of OBShapedButton respond to touches only in areas where the image that is assigned to the button for UIControlStateNormal is non-transparent.'
s.platform = :ios
s.source_files = 'OBShapedButton/**/*.{h,m}', 'UIImage+ColorAtPixel/**/*.{h,m}'

s.requires_arc = false
end

0 comments on commit a013a04

Please sign in to comment.