Skip to content

Commit be1d6fa

Browse files
authored
Update BWSwipeRevealCell.podspec
1 parent 962b868 commit be1d6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BWSwipeRevealCell.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BWSwipeRevealCell'
3-
spec.version = '2.0.1'
3+
spec.version = '2.0.2'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/bitwit/BWSwipeRevealCell'
66
spec.authors = { 'Kyle Newsome' => '[email protected]' }
77
spec.summary = 'A swipeable table cell with great flexibility'
8-
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '2.0.1' }
8+
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '2.0.2' }
99
spec.source_files = 'BWSwipeRevealCell/BWSwipeRevealCell.h', 'BWSwipeRevealCell/BWSwipeCell.swift',
1010
'BWSwipeRevealCell/BWSwipeRevealCell.swift'
1111
spec.ios.deployment_target = 8.0

0 commit comments

Comments
 (0)