From be4e940652c1fc9bc303e779f032b00cb45e08f7 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Thu, 28 Mar 2013 11:30:34 -0500 Subject: [PATCH] [Update] REMenu (1.3) --- REMenu/1.3/REMenu.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 REMenu/1.3/REMenu.podspec diff --git a/REMenu/1.3/REMenu.podspec b/REMenu/1.3/REMenu.podspec new file mode 100644 index 00000000..0950c4bf --- /dev/null +++ b/REMenu/1.3/REMenu.podspec @@ -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