Skip to content

Commit

Permalink
Fixed the correct version to SASlideMenu.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoa committed Oct 28, 2013
1 parent 4e7e2ed commit b871737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ Version 2.0.0

Version 2.0.1
* Fixed some typos to SASlideMenu.podspec

Version 2.0.2
* Fixed the correct version to SASlideMenu.podspec
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 = '2.0.0'
s.version = '2.0.2'
s.license = { :type => 'MIT', :file => 'README.md' }
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.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.2' }

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.'
Expand Down

0 comments on commit b871737

Please sign in to comment.