From e0bdee0059168da5bfbba5eabf796db4910f2b33 Mon Sep 17 00:00:00 2001 From: stefanoa Date: Wed, 9 Oct 2013 13:01:21 +0200 Subject: [PATCH] Update SASlideMenu.podspec fixed a wrong s.source --- SASlideMenu.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SASlideMenu.podspec b/SASlideMenu.podspec index 868072b..de537d7 100644 --- a/SASlideMenu.podspec +++ b/SASlideMenu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SASlideMenu' - s.version = '1.3.1' + s.version = '1.3.2' s.license = { :type => 'MIT', :file => 'README.md' } s.summary = 'A simple library to create sliding menus that can be used in storyboards and support static cells.' s.homepage = 'https://github.com/stefanoa/SASlideMenu' s.author = 'Stefano Antonelli' - s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v1.2.1' } + s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v1.3.2' } s.description = 'A simple library to create sliding menus that can be used in storyboards and support static cells. Sliding menus are used in a number of popular applications like Facebook, Path 2.0, GMail, Glassboard and many others.'