Skip to content

Instantly share code, notes, and snippets.

@payliu
Last active December 25, 2015 16:08
Show Gist options
  • Save payliu/7003088 to your computer and use it in GitHub Desktop.
Save payliu/7003088 to your computer and use it in GitHub Desktop.
podspec for OLImperialMenu
Pod::Spec.new do |s|
s.name = 'OLImperialMenu'
s.version = '0.0.1'
s.license = 'MIT License'
s.summary = 'A floting menu on a View for iOS'
s.homepage = 'https://github.com/payliu/OLImperialMenu'
s.author = { 'Pay Liu' => '[email protected]',
'Josh' => '[email protected]' }
#s.source = { :git => 'https://github.com/payliu/OLImperialMenu.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/payliu/OLImperialMenu.git', :commit => 'ea6c1f1470' }
s.platform = :ios, '6.0'
s.requires_arc = true
s.source_files = 'src/**/*.{h,m}'
s.dependency 'OLCategoryHelper/UIView+ViewFrameGeometry', '~> 0.0.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment