Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Bumped version and updated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pwillsey committed Jul 14, 2016
1 parent 659fb93 commit aa8d1cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions YMSwipeTableViewCell.podspec
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}'
Expand Down

0 comments on commit aa8d1cd

Please sign in to comment.