Skip to content

Commit

Permalink
Updating the spec for SASlideMenu to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoa committed Oct 28, 2013
1 parent 72875ee commit cf6e9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SASlideMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Pod::Spec.new do |s|
s.name = 'SASlideMenu'
s.version = '2.0.0'
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.summary = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.'
s.homepage = 'https://github.com/stefanoa/SASlideMenu'
s.author = 'Stefano Antonelli'

s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.0' }

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.'
s.description = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.
Sliding menus are used in a number of popular applications like Path 2.0, GMail, TechCrunch and many others.'

s.platform = :ios, '7.0'
s.source_files = 'SASlideMenu/SASlideMenu'
Expand Down

0 comments on commit cf6e9da

Please sign in to comment.