Skip to content

Commit e68b081

Browse files
committed
Updating podspec version
1 parent fcec263 commit e68b081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SWTableViewCell.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SWTableViewCell'
3-
s.version = '0.1.5'
3+
s.version = '0.2.1'
44
s.author = { 'Chris Wendel' => 'chriwend@umich.edu' }
55
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
66
s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
77
s.license = 'MIT'
8-
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.5' }
8+
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.2.1' }
99
s.source_files = 'SWTableViewCell/PodFiles/*.{h,m}'
1010
s.platform = :ios
1111
s.ios.deployment_target = '6.1'

0 commit comments

Comments
 (0)