Skip to content

Commit

Permalink
Merge branch 'master' of github.com:enricenrich/EECellSwipeGestureRec…
Browse files Browse the repository at this point in the history
…ognizer
  • Loading branch information
Enric Enrich committed Jul 14, 2016
2 parents c6b4781 + 74c18bf commit 57a5337
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# EECellSwipeGestureRecognizer

[![CocoaPods](https://img.shields.io/cocoapods/v/EECellSwipeGestureRecognizer.svg?maxAge=2592000)]()
[![CocoaPods](https://img.shields.io/cocoapods/v/EECellSwipeGestureRecognizer.svg?maxAge=2592000)](https://cocoapods.org/pods/EECellSwipeGestureRecognizer)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Travis](https://img.shields.io/travis/enricenrich/EECellSwipeGestureRecognizer.svg?maxAge=2592000)]()
[![Travis](https://img.shields.io/travis/enricenrich/EECellSwipeGestureRecognizer.svg?maxAge=2592000)](https://travis-ci.org)
[![CocoaPods](https://img.shields.io/cocoapods/l/AFNetworking.svg?maxAge=2592000)]()

A clean and easy way to implement swipe actions to UITableViewCell. You'll simply have to add a gesture recognizer to the cells that you want. That's all; you don't have to subclass anything.
Expand Down Expand Up @@ -34,8 +34,6 @@ To integrate EECellSwipeGestureRecognizer into your Xcode project using CocoaPod
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :ios, '8.0'
target 'TargetName' do
pod 'EECellSwipeGestureRecognizer', '~> 1.0'
end
Expand Down

0 comments on commit 57a5337

Please sign in to comment.