Skip to content

Commit e0bdee0

Browse files
committed
Update SASlideMenu.podspec
fixed a wrong s.source
1 parent 247d465 commit e0bdee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SASlideMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SASlideMenu'
3-
s.version = '1.3.1'
3+
s.version = '1.3.2'
44
s.license = { :type => 'MIT', :file => 'README.md' }
55
s.summary = 'A simple library to create sliding menus that can be used in storyboards and support static cells.'
66
s.homepage = 'https://github.com/stefanoa/SASlideMenu'
77
s.author = 'Stefano Antonelli'
88

9-
s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v1.2.1' }
9+
s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v1.3.2' }
1010

1111
s.description = 'A simple library to create sliding menus that can be used in storyboards and support static cells.
1212
Sliding menus are used in a number of popular applications like Facebook, Path 2.0, GMail, Glassboard and many others.'

0 commit comments

Comments
 (0)