We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e343360 commit 52d6d0fCopy full SHA for 52d6d0f
RESideMenu.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'RESideMenu'
3
- s.version = '3.4'
+ s.version = '4.0'
4
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
5
s.homepage = 'https://github.com/romaonthego/RESideMenu'
6
- s.summary = 'iOS 7 style side menu.'
+ s.summary = 'iOS 7 style side menu with parallax effect.'
7
s.source = { :git => 'https://github.com/romaonthego/RESideMenu.git',
8
- :tag => '3.4' }
+ :tag => s.version.to_s }
9
s.license = { :type => "MIT", :file => "LICENSE" }
10
11
s.platform = :ios, '6.0'
0 commit comments