Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschengdev committed Feb 15, 2014
1 parent 2e70efd commit d8358a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 :
Expand Down

0 comments on commit d8358a6

Please sign in to comment.