We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad07d1 commit 83b8440Copy full SHA for 83b8440
1 file changed
README.md
@@ -129,13 +129,13 @@ WYPopoverController uses ARC.
129
130
#### Cocoapods
131
132
-Add this line `pod 'WYPopoverController', '~> 0.1.7'` to your PodFile.
+Add this line `pod 'WYPopoverController', '~> 0.1.8'` to your PodFile.
133
134
Your PodFile should look like :
135
136
```Ruby
137
platform :ios, '6.0'
138
-pod 'WYPopoverController', '~> 0.1.7'
+pod 'WYPopoverController', '~> 0.1.8'
139
```
140
141
To use the `master` branch of the repo :
0 commit comments