Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoa committed Aug 21, 2013
2 parents 5d10f34 + 18ff34f commit 17050e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions SASlideMenu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'SASlideMenu'
s.version = '1.2.1'
s.license = { :type => 'MIT', :file => 'README.md' }
s.summary = 'A simple library to create sliding menus that can be used in storyboards and support static cells.'
s.homepage = 'https://github.com/stefanoa/SASlideMenu'
s.author = 'Stefano Antonelli'

s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v1.2.1' }

s.description = 'A simple library to create sliding menus that can be used in storyboards and support static cells.
Sliding menus are used in a number of popular applications like Facebook, Path 2.0, GMail, Glassboard and many others.'

s.platform = :ios, '5.1'
s.source_files = 'SASlideMenu/SASlideMenu'

s.requires_arc = true
end

0 comments on commit 17050e2

Please sign in to comment.