From d8358a6af399921697ae1293292e35a8d66273f2 Mon Sep 17 00:00:00 2001 From: Nicolas CHENG Date: Sat, 15 Feb 2014 18:22:13 +0100 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cb39521..82139ab4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP * UIStoryboard support * ~~Keyboard show / hide support~~ (still in progress) * iOS 6 & 7 support +* UIAccessibility support ### UIAppearance support @@ -129,13 +130,13 @@ WYPopoverController uses ARC. #### Cocoapods -Add this line `pod 'WYPopoverController', '~> 0.1.8'` to your PodFile. +Add this line `pod 'WYPopoverController', '~> 0.1.9'` to your PodFile. Your PodFile should look like : ```Ruby platform :ios, '6.0' -pod 'WYPopoverController', '~> 0.1.8' +pod 'WYPopoverController', '~> 0.1.9' ``` To use the `master` branch of the repo :