Skip to content

Commit

Permalink
Updating podspec to version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed Oct 12, 2013
1 parent b07245c commit 6caf1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SWTableViewCell.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'SWTableViewCell'
s.version = '0.0.7'
s.version = '0.0.8'
s.author = { 'Chris Wendel' => 'chriwend@umich.edu' }
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.7' }
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.0.8' }
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
s.platform = :ios
s.ios.deployment_target = '6.1'
Expand Down
Binary file added github-assets/example4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6caf1fa

Please sign in to comment.