Last active
December 25, 2015 12:19
-
-
Save mtnbarreto/6975614 to your computer and use it in GitHub Desktop.
MCSwipeTableViewCell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = 'MCSwipeTableViewCell' | |
| s.version = '1.1.1' | |
| s.author = { 'Ali Karagoz' => '[email protected]' } | |
| 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