Skip to content

Commit f1eeb39

Browse files
update README
1 parent cd391a0 commit f1eeb39

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ WYPopoverController uses ARC.
9494

9595
~~iOS SDK 7.0 (with Xcode 5) is required.~~
9696

97-
Xcode 5 is not required.
98-
9997
#### Cocoapods
10098

10199
Add this line `pod 'WYPopoverController', '~> 0.1.3'` to your PodFile.
@@ -107,6 +105,13 @@ platform :ios, '7.0'
107105
pod 'WYPopoverController', '~> 0.1.3'
108106
```
109107

108+
To use the `master` branch of the repo :
109+
110+
```Ruby
111+
platform :ios, '6.0'
112+
pod 'WYPopoverController', :git => 'https://github.com/nicolaschengdev/WYPopoverController.git'
113+
```
114+
110115
#### Manually
111116

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

0 commit comments

Comments
 (0)