forked from MortimerGoro/MGSwipeTableCell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,149 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = '1.4.3' | ||
s.author = { 'Imanol Fernandez' => '[email protected]' } | ||
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell' | ||
s.summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions' | ||
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions' | ||
s.license = 'MIT' | ||
s.source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git', :tag => s.version.to_s } | ||
s.source_files = 'MGSwipeTableCell' | ||
|
This file contains 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
Oops, something went wrong.