From 2d630f862e334407d2e2be0a4e7b794c535586b0 Mon Sep 17 00:00:00 2001 From: Ali Karagoz Date: Wed, 6 Mar 2013 00:04:01 +0100 Subject: [PATCH] Added MCSwipeTableViewCell (1.0.0) --- .../1.0.0/MCSwipeTableViewCell.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MCSwipeTableViewCell/1.0.0/MCSwipeTableViewCell.podspec diff --git a/MCSwipeTableViewCell/1.0.0/MCSwipeTableViewCell.podspec b/MCSwipeTableViewCell/1.0.0/MCSwipeTableViewCell.podspec new file mode 100644 index 00000000..ee64c9bc --- /dev/null +++ b/MCSwipeTableViewCell/1.0.0/MCSwipeTableViewCell.podspec @@ -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