Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwit authored Jun 28, 2016
1 parent 4aaf85b commit 5eb90aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BWSwipeRevealCell.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'BWSwipeRevealCell'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/bitwit/BWSwipeRevealCell'
spec.authors = { 'Kyle Newsome' => '[email protected]' }
spec.summary = 'A swipeable table cell with great flexibility'
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '1.0.0' }
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '1.0.1' }
spec.source_files = 'BWSwipeRevealCell/BWSwipeRevealCell.h', 'BWSwipeRevealCell/BWSwipeCell.swift',
'BWSwipeRevealCell/BWSwipeRevealCell.swift'
spec.ios.deployment_target = 8.0
Expand Down

0 comments on commit 5eb90aa

Please sign in to comment.