Skip to content

Commit

Permalink
Update SASlideMenu.podspec
Browse files Browse the repository at this point in the history
fixed a wrong s.source
  • Loading branch information
stefanoa committed Oct 9, 2013
1 parent 247d465 commit e0bdee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SASlideMenu.podspec
Original file line number Diff line number Diff line change
@@ -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.'
Expand Down

0 comments on commit e0bdee0

Please sign in to comment.