We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a2788 commit 2203422Copy full SHA for 2203422
README.md
@@ -43,7 +43,7 @@ Edit your Podfile and add RESideMenu:
43
44
``` bash
45
platform :ios, '6.0'
46
-pod 'RESideMenu', '~> 4.0.2'
+pod 'RESideMenu', '~> 4.0.3'
47
```
48
49
Install into your Xcode project:
RESideMenu.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'RESideMenu'
3
- s.version = '4.0.2'
+ s.version = '4.0.3'
4
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
5
s.homepage = 'https://github.com/romaonthego/RESideMenu'
6
s.summary = 'iOS 7 style side menu with parallax effect.'
0 commit comments