Skip to content

Commit

Permalink
v3.0.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwit committed Apr 8, 2019
1 parent 8c98e04 commit 8711166
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 = '2.0.2'
spec.version = '3.0.0'
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 => '2.0.2' }
spec.source = { :git => 'https://github.com/bitwit/BWSwipeRevealCell.git', :tag => '3.0.0' }
spec.source_files = 'BWSwipeRevealCell/BWSwipeRevealCell.h', 'BWSwipeRevealCell/BWSwipeCell.swift',
'BWSwipeRevealCell/BWSwipeRevealCell.swift'
spec.ios.deployment_target = 8.0
Expand Down

0 comments on commit 8711166

Please sign in to comment.