Skip to content

Commit

Permalink
[Update] MFSideMenu (0.4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Frederick committed Apr 1, 2013
1 parent 89a26b3 commit 67d83b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MFSideMenu/0.4.7/MFSideMenu.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MFSideMenu'
s.version = '0.4.7'
s.license = 'BSD'
s.summary = 'Facebook-like side menu for iOS.'
s.homepage = 'https://github.com/mikefrederick/MFSideMenu'
s.author = { 'Michael Frederick' => 'mike@viamike.com' }
s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s }
s.platform = :ios
s.requires_arc = true
s.source_files = 'MFSideMenu/*.{h,m}'
s.frameworks = 'QuartzCore'
end

0 comments on commit 67d83b6

Please sign in to comment.