We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce69995 commit bf48b61Copy full SHA for bf48b61
1 file changed
README.md
@@ -108,13 +108,13 @@ WYPopoverController uses ARC.
108
109
#### Cocoapods
110
111
-Add this line `pod 'WYPopoverController', '~> 0.1.4'` to your PodFile.
+Add this line `pod 'WYPopoverController', '~> 0.1.5'` to your PodFile.
112
113
Your PodFile should look like :
114
115
```Ruby
116
platform :ios, '6.0'
117
-pod 'WYPopoverController', '~> 0.1.4'
+pod 'WYPopoverController', '~> 0.1.5'
118
```
119
120
To use the `master` branch of the repo :
0 commit comments