File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ Pod ::Spec . new do |s |
2
+ s . name = 'SASlideMenu'
3
+ s . version = '1.2.1'
4
+ 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.'
6
+ s . homepage = 'https://github.com/stefanoa/SASlideMenu'
7
+ s . author = 'Stefano Antonelli'
8
+
9
+ s . source = { :git => 'https://github.com/stefanoa/SASlideMenu.git' , :tag => 'v1.2.1' }
10
+
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.'
13
+
14
+ s . platform = :ios , '5.1'
15
+ s . source_files = 'SASlideMenu/SASlideMenu'
16
+
17
+ s . requires_arc = true
18
+ end
You can’t perform that action at this time.
0 commit comments