Skip to content

Commit cf6e9da

Browse files
committed
Updating the spec for SASlideMenu to 2.0.0
1 parent 72875ee commit cf6e9da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SASlideMenu.podspec

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

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

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

1414
s.platform = :ios, '7.0'
1515
s.source_files = 'SASlideMenu/SASlideMenu'

0 commit comments

Comments
 (0)