Skip to content

Commit

Permalink
update pod spec for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceelephant committed Sep 24, 2016
1 parent 9e0bd70 commit 638c7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SESlideTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SESlideTableViewCell"
s.version = "0.7.0"
s.version = "0.7.1"
s.summary = "A subclass of UITableViewCell that shows buttons with swiping it."
s.homepage = "https://github.com/spaceelephant/SESlideTableViewCell"
s.screenshots = "http://i.imgur.com/395rqmq.gif"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/spaceelephant/SESlideTableViewCell.git", :tag => "0.7.0" }
s.source = { :git => "https://github.com/spaceelephant/SESlideTableViewCell.git", :tag => "0.7.1" }
s.source_files = "SESlideTableViewCell/lib"
s.public_header_files = "SESlideTableViewCell/lib/*.h"
s.ios.deployment_target = '7.0'
Expand Down

0 comments on commit 638c7ac

Please sign in to comment.