Skip to content

Commit 05bcbc6

Browse files
committed
Updating podspec
1 parent 8adff25 commit 05bcbc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SWTableViewCell.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'SWTableViewCell'
3-
s.version = '0.2.3'
3+
s.version = '0.2.4'
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.2.3' }
8+
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.2.4' }
99
s.source_files = 'SWTableViewCell/PodFiles/*.{h,m}'
1010
s.platform = :ios
11-
s.ios.deployment_target = '6.1'
11+
s.ios.deployment_target = '6.0'
1212
s.requires_arc = true
1313
end

0 commit comments

Comments
 (0)