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 08e15c7 commit 1bd0f74Copy full SHA for 1bd0f74
SWTableViewCell.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SWTableViewCell'
3
- s.version = '0.1.4'
+ s.version = '0.1.5'
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.4' }
+ s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.1.5' }
9
s.source_files = 'SWTableViewCell/SWTableViewCell.{h,m}'
10
s.platform = :ios
11
s.ios.deployment_target = '6.1'
0 commit comments