From 52d6d0f538cd0973c43f2f437f6828f97882e266 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Sat, 22 Mar 2014 13:02:55 -0700 Subject: [PATCH] Update podspec --- RESideMenu.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RESideMenu.podspec b/RESideMenu.podspec index cc34cccf..38e492a7 100644 --- a/RESideMenu.podspec +++ b/RESideMenu.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'RESideMenu' - s.version = '3.4' + s.version = '4.0' s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } s.homepage = 'https://github.com/romaonthego/RESideMenu' - s.summary = 'iOS 7 style side menu.' + s.summary = 'iOS 7 style side menu with parallax effect.' s.source = { :git => 'https://github.com/romaonthego/RESideMenu.git', - :tag => '3.4' } + :tag => s.version.to_s } s.license = { :type => "MIT", :file => "LICENSE" } s.platform = :ios, '6.0'