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