Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 22, 2014
1 parent e343360 commit 52d6d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RESideMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RESideMenu'
s.version = '3.4'
s.version = '4.0'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/RESideMenu'
s.summary = 'iOS 7 style side menu.'
s.summary = 'iOS 7 style side menu with parallax effect.'
s.source = { :git => 'https://github.com/romaonthego/RESideMenu.git',
:tag => '3.4' }
:tag => s.version.to_s }
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios, '6.0'
Expand Down

0 comments on commit 52d6d0f

Please sign in to comment.