We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adff25 commit 05bcbc6Copy full SHA for 05bcbc6
SWTableViewCell.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = 'SWTableViewCell'
3
- s.version = '0.2.3'
+ s.version = '0.2.4'
4
s.author = { 'Chris Wendel' => 'chriwend@umich.edu' }
5
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
6
s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
7
s.license = 'MIT'
8
- s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.2.3' }
+ s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.2.4' }
9
s.source_files = 'SWTableViewCell/PodFiles/*.{h,m}'
10
s.platform = :ios
11
- s.ios.deployment_target = '6.1'
+ s.ios.deployment_target = '6.0'
12
s.requires_arc = true
13
end
0 commit comments