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 :