Files
ContextMenu/ContextMenu.podspec
T
Ryan Nystrom 1f97693a9c init
2018-03-10 13:03:11 -05:00

10 lines
485 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'ContextMenu'
spec.version = '0.1.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/GitHawkApp/ContextMenu'
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
spec.summary = 'Context menu inspired by Things 3.'
spec.source = { :git => 'https://github.com/GitHawkApp/ContextMenu.git', :tag => '#{s.version}' }
spec.source_files = 'ContextMenu/*.swift'
end