Skip to content

Commit 1bd0f74

Browse files
committed
Updaing podspec version
1 parent 08e15c7 commit 1bd0f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4'
3+
s.version = '0.1.5'
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.4' }
8+
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.5' }
99
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
1010
s.platform = :ios
1111
s.ios.deployment_target = '6.1'

0 commit comments

Comments
 (0)