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

Commit

Permalink
Bumped release version since Cocoapods is not recognizing the latest …
Browse files Browse the repository at this point in the history
…2.1.0 tag.
  • Loading branch information
aluong-yammer committed Dec 16, 2015
1 parent 83716d0 commit b579795
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Carthage:

###Option 3
CocoaPods:
<pre>pod 'YMSwipeTableViewCell', '~> 2.1.0'</pre>
<pre>pod 'YMSwipeTableViewCell', '~> 2.1.1'</pre>

##Contributing

Expand Down
2 changes: 1 addition & 1 deletion YMSwipeTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YMSwipeTableViewCell'
s.version = '2.1.0'
s.version = '2.1.1'
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'
Expand Down

0 comments on commit b579795

Please sign in to comment.