Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed Oct 11, 2013
1 parent 9c07f6f commit f8989e0
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.0.5'
s.version = '0.0.6'
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.0.5' }
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.0.6' }
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
s.platform = :ios
s.ios.deployment_target = '6.1'
Expand Down

0 comments on commit f8989e0

Please sign in to comment.