diff --git a/BWSwipeRevealCell.podspec b/BWSwipeRevealCell.podspec index f379b25..b366899 100644 --- a/BWSwipeRevealCell.podspec +++ b/BWSwipeRevealCell.podspec @@ -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' => 'kyle@bitwit.ca' } 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