Added MCSwipeTableViewCell (1.0.0)

This commit is contained in:
Ali Karagoz
2013-03-06 00:04:01 +01:00
parent 4d2e16ce4a
commit 2d630f862e
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MCSwipeTableViewCell'
s.version = '1.0.0'
s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' }
s.homepage = 'https://github.com/alikaragoz/MCSwipeTableViewCell'
s.summary = 'Mailbox app style UITableViewCell.'
s.license = 'MIT'
s.source = { :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git', :tag => '1.0.0' }
s.source_files = 'MCSwipeTableViewCell'
s.platform = :ios
s.ios.deployment_target = '5.0'
s.requires_arc = true
end