[Update] REMenu (1.3)

This commit is contained in:
Roman Efimov
2013-03-28 11:30:34 -05:00
parent a7946f39a6
commit be4e940652
+18
View File
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'REMenu'
s.version = '1.3'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/REMenu'
s.summary = 'Dropdown menu inspired by Vine.'
s.source = { :git => 'https://github.com/romaonthego/REMenu.git',
:tag => '1.3' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'REMenu'
s.public_header_files = 'REMenu/*.h'
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'QuartzCore'
end