Skip to content

Instantly share code, notes, and snippets.

@mtnbarreto
Last active December 25, 2015 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtnbarreto/6975614 to your computer and use it in GitHub Desktop.
Save mtnbarreto/6975614 to your computer and use it in GitHub Desktop.
MCSwipeTableViewCell
Pod::Spec.new do |s|
s.name = 'MCSwipeTableViewCell'
s.version = '1.1.1'
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/mtnbarreto/MCSwipeTableViewCell.git', :branch => 'preventGesture' }
s.source_files = 'MCSwipeTableViewCell'
s.platform = :ios
s.ios.deployment_target = '5.0'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment