1 parent fcec263 commit e68b081Copy full SHA for e68b081
1 file changed
SWTableViewCell.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SWTableViewCell'
3
- s.version = '0.1.5'
+ s.version = '0.2.1'
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.1.5' }
+ s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.2.1' }
9
s.source_files = 'SWTableViewCell/PodFiles/*.{h,m}'
10
s.platform = :ios
11
s.ios.deployment_target = '6.1'
0 commit comments