Skip to content

Commit 5eb90aa

Browse files
authoredJun 28, 2016
Bump to 1.0.1
1 parent 4aaf85b commit 5eb90aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎BWSwipeRevealCell.podspec

+2-2
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 = '1.0.0'
3+
spec.version = '1.0.1'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/bitwit/BWSwipeRevealCell'
66
spec.authors = { 'Kyle Newsome' => 'kyle@bitwit.ca' }
77
spec.summary = 'A swipeable table cell with great flexibility'
8-
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '1.0.0' }
8+
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '1.0.1' }
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)
Please sign in to comment.