Skip to content

Commit f9a80b4

Browse files
Update README.md
1 parent bf6df5d commit f9a80b4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,19 @@ WYPopoverController uses ARC.
9292

9393
---
9494

95+
iOS SDK 7.0 (with Xcode 5) is required.
96+
9597
#### Cocoapods
9698

9799
Add this line `pod 'WYPopoverController', '~> 0.1.3'` to your PodFile.
98100

101+
Your PodFile should look like :
102+
103+
```Ruby
104+
platform :ios, '7.0'
105+
pod 'WYPopoverController', '~> 0.1.3'
106+
```
107+
99108
#### Manually
100109

101110
Add these 4 files `WYPopoverController.h`, `WYPopoverController.m`, `WYStoryboardPopoverSegue.h`, `WYStoryboardPopoverSegue.m` and add `Quartzcore` framework to your project.

0 commit comments

Comments
 (0)