Skip to content

Commit 17050e2

Browse files
committed
Merge remote-tracking branch 'origin'
2 parents 5d10f34 + 18ff34f commit 17050e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

SASlideMenu.podspec

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)