This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 changed file
with
4 additions
and
4 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'YMSwipeTableViewCell' | ||
s.version = '2.1.1' | ||
s.version = '2.1.2' | ||
s.summary = 'YMSwipeTableViewCell is a lightweight library that enables table view cell swiping.' | ||
s.description = 'YMSwipeTableViewCell is a lightweight library that enables table view cell swiping (seen in most mail applications). It is implemented as a UITableViewCell class category and can detect left or right horizontal swipes. Upon a left or right swipe, a swipe view is exposed. This library is meant to be flexible, so that any views can be exposed during a swipe and a myriad of actions can be taken during the swipe (e.g., swipe view animations, or cell snap back or destruction at the completion of a swipe).' | ||
s.homepage = 'https://github.com/aluong-yammer/YMSwipeTableViewCell.git' | ||
s.screenshots = 'https://github.com/aluong-yammer/YMSwipeTableViewCell/blob/master/github-assets/YMSwipeTableViewCellSampleScreenShot.png?raw=true' | ||
s.homepage = 'https://github.com/yammer/YMSwipeTableViewCell.git' | ||
s.screenshots = 'https://github.com/yammer/YMSwipeTableViewCell/blob/master/github-assets/YMSwipeTableViewCellSampleScreenShot.png?raw=true' | ||
s.license = 'MIT' | ||
s.author = { 'Alda Luong' => '[email protected]', 'Sumit Kumar' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/aluong-yammer/YMSwipeTableViewCell.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/yammer/YMSwipeTableViewCell.git', :tag => s.version.to_s } | ||
s.platform = :ios, '7.0' | ||
s.requires_arc = true | ||
s.source_files = 'YMSwipeTableViewCell/PodFiles/*.{h,m}' | ||
|