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 b5e50e7 commit f462446Copy full SHA for f462446
README.md
@@ -7,7 +7,7 @@ An easy-to-use UITableViewCell subclass that implements a swipeable content view
7
8
##Usage
9
In your Podfile:
10
-<pre>pod 'SWTableViewCell', '~> 0.3.5'</pre>
+<pre>pod 'SWTableViewCell', '~> 0.3.6'</pre>
11
12
Or just clone this repo and manually add source to project
13
SWTableViewCell.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SWTableViewCell'
3
- s.version = '0.3.5'
+ s.version = '0.3.6'
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.'
0 commit comments