Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CocoaPods/Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed Mar 8, 2013
2 parents 10091db + e6c7881 commit ad1880c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions REMenu/1.2.3/REMenu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'REMenu'
s.version = '1.2.3'
s.authors = { 'Roman Efimov' => '[email protected]' }
s.homepage = 'https://github.com/romaonthego/REMenu'
s.summary = 'Dropdown menu inspired by Vine.'
s.source = { :git => 'https://github.com/romaonthego/REMenu.git',
:tag => s.version.to_s }
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

0 comments on commit ad1880c

Please sign in to comment.