Skip to content

Commit 52d6d0f

Browse files
committed
Update podspec
1 parent e343360 commit 52d6d0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RESideMenu.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'RESideMenu'
3-
s.version = '3.4'
3+
s.version = '4.0'
44
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
55
s.homepage = 'https://github.com/romaonthego/RESideMenu'
6-
s.summary = 'iOS 7 style side menu.'
6+
s.summary = 'iOS 7 style side menu with parallax effect.'
77
s.source = { :git => 'https://github.com/romaonthego/RESideMenu.git',
8-
:tag => '3.4' }
8+
:tag => s.version.to_s }
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010

1111
s.platform = :ios, '6.0'

0 commit comments

Comments
 (0)