Skip to content

Commit

Permalink
Adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed Oct 6, 2013
1 parent 78b9014 commit 1f0cdb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SWTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SWTableViewCell'
s.version = '0.0.1'
s.author = { 'Chris Wendel' => '[email protected]' }
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
s.summary = 'An easy-to-use UITableViewCell subclass that implements a swipeable content view which exposes utility buttons (similar to iOS 7 Mail Application).'
s.license = 'MIT'
s.source = { :git => 'https://github.com/CEWendel/SWTableViewCell.git', :tag => '0.0.1' }
s.source_files = 'SWTableViewCell'
s.platform = :ios
s.ios.deployment_target = '6.1'
s.requires_arc = true
end

0 comments on commit 1f0cdb3

Please sign in to comment.