Skip to content

Commit

Permalink
Fixed the correct tag name in SASlideMenu.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoa committed Oct 28, 2013
1 parent b871737 commit cabdd23
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 @@ -23,3 +23,6 @@ Version 2.0.1

Version 2.0.2
* Fixed the correct version to SASlideMenu.podspec

Version 2.0.3
* Fixed the correct tag name in 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.2'
s.version = '2.0.3'
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.2' }
s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.3' }

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 cabdd23

Please sign in to comment.