Skip to content

Commit

Permalink
Update podspec to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Mar 29, 2017
1 parent f46f6e0 commit 9ebfffd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OBShapedButton.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'OBShapedButton'
s.version = '1.0.2'
s.version = '1.1.0'
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.2' }
s.source = { :git => 'https://github.com/ole/OBShapedButton.git', :tag => '1.1.0' }
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}'
Expand Down
13 changes: 13 additions & 0 deletions podspec/1.1.0/OBShapedButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'OBShapedButton'
s.version = '1.1.0'
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.1.0' }
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 = true
end

0 comments on commit 9ebfffd

Please sign in to comment.