Skip to content

Commit

Permalink
fix a bit more of the pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcc committed Dec 15, 2016
1 parent 13690b5 commit a12bdaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift_version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.1
2 changes: 1 addition & 1 deletion NotDeadSWTableViewCell.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/scottcc/NotDeadSWTableViewCell'
s.summary = 'Non-abandoned UITableViewCell subclass that implements a swipeable content view which exposes utility buttons. But you should probably not use this. All credit should go to Chris Wendel, forked from him, apparently his email address is/was [email protected].'
s.license = 'MIT'
s.source = { :git => 'https://github.com/scottc/NotDeadSWTableViewCell.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/scottcc/NotDeadSWTableViewCell.git', :tag => s.version.to_s }
s.source_files = 'NotDeadSWTableViewCell/PodFiles/*.{h,m}'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'

target 'SWTableViewCell' do
target 'NotDeadSWTableViewCell' do

end

Expand Down

0 comments on commit a12bdaa

Please sign in to comment.