From 83b8440cd3b1b4ebe1d881b3c1cf28942a9d0838 Mon Sep 17 00:00:00 2001 From: Nicolas CHENG Date: Thu, 30 Jan 2014 11:37:00 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21913be1..4cb39521 100644 --- a/README.md +++ b/README.md @@ -129,13 +129,13 @@ WYPopoverController uses ARC. #### Cocoapods -Add this line `pod 'WYPopoverController', '~> 0.1.7'` to your PodFile. +Add this line `pod 'WYPopoverController', '~> 0.1.8'` to your PodFile. Your PodFile should look like : ```Ruby platform :ios, '6.0' -pod 'WYPopoverController', '~> 0.1.7' +pod 'WYPopoverController', '~> 0.1.8' ``` To use the `master` branch of the repo :