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 6ee54e2 commit 3206d53Copy full SHA for 3206d53
SWTableViewCell.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SWTableViewCell'
3
- s.version = '0.1.1'
+ s.version = '0.1.3'
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.1' }
+ s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.3' }
9
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
10
s.platform = :ios
11
s.ios.deployment_target = '6.1'
0 commit comments