Skip to content

Commit

Permalink
Updaing podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed Nov 30, 2013
1 parent 08e15c7 commit 1bd0f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SWTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'SWTableViewCell'
s.version = '0.1.4'
s.version = '0.1.5'
s.author = { 'Chris Wendel' => '[email protected]' }
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
s.license = 'MIT'
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.4' }
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.5' }
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
s.platform = :ios
s.ios.deployment_target = '6.1'
Expand Down

0 comments on commit 1bd0f74

Please sign in to comment.