File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ Version 2.0.1
2323
2424Version 2.0.2
2525* Fixed the correct version to SASlideMenu.podspec
26+
27+ Version 2.0.3
28+ * Fixed the correct tag name in SASlideMenu.podspec
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SASlideMenu'
3- s . version = '2.0.2 '
3+ s . version = '2.0.3 '
44 s . license = { :type => 'MIT' , :file => 'README.md' }
55 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
9- s . source = { :git => 'https://github.com/stefanoa/SASlideMenu.git' , :tag => 'v2.0.2 ' }
9+ s . source = { :git => 'https://github.com/stefanoa/SASlideMenu.git' , :tag => 'v2.0.3 ' }
1010
1111 s . description = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.
1212 Sliding menus are used in a number of popular applications like Path 2.0, GMail, TechCrunch and many others.'
You can’t perform that action at this time.
0 commit comments