Skip to content

Commit

Permalink
[Update] RESideMenu (4.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 27, 2014
1 parent d6f7923 commit f459463
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RESideMenu/4.0.3/RESideMenu.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'RESideMenu'
s.version = '4.0.3'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/RESideMenu'
s.summary = 'iOS 7 style side menu with parallax effect.'
s.source = { :git => 'https://github.com/romaonthego/RESideMenu.git',
:tag => s.version.to_s }
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios, '6.0'
s.requires_arc = true
s.source_files = 'RESideMenu'
s.public_header_files = 'RESideMenu/*.h'

s.ios.deployment_target = '6.0'
s.ios.frameworks = 'QuartzCore'
end

0 comments on commit f459463

Please sign in to comment.