From b7e7579f2c9b2f7a87c4698bf22947f31758fffe Mon Sep 17 00:00:00 2001 From: Enric Enrich Date: Thu, 23 Jun 2016 12:06:03 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8cd961..a6193ad 100644 --- a/README.md +++ b/README.md @@ -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. From 74c18bf9b1532719f0fbb703f7e5e6e8f297ca31 Mon Sep 17 00:00:00 2001 From: Enric Enrich Date: Fri, 1 Jul 2016 06:36:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a6193ad..efe49ec 100644 --- a/README.md +++ b/README.md @@ -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