Skip to content

Commit d8358a6

Browse files
update README
1 parent 2e70efd commit d8358a6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
2020
* UIStoryboard support
2121
* ~~Keyboard show / hide support~~ (still in progress)
2222
* iOS 6 & 7 support
23+
* UIAccessibility support
2324

2425
### UIAppearance support
2526

@@ -129,13 +130,13 @@ WYPopoverController uses ARC.
129130
130131
#### Cocoapods
131132
132-
Add this line `pod 'WYPopoverController', '~> 0.1.8'` to your PodFile.
133+
Add this line `pod 'WYPopoverController', '~> 0.1.9'` to your PodFile.
133134
134135
Your PodFile should look like :
135136
136137
```Ruby
137138
platform :ios, '6.0'
138-
pod 'WYPopoverController', '~> 0.1.8'
139+
pod 'WYPopoverController', '~> 0.1.9'
139140
```
140141

141142
To use the `master` branch of the repo :

0 commit comments

Comments
 (0)