Files
JBChartView/MKHorizMenu/0.0.1/MKHorizMenu.podspec
T
weed f9483f38d1 change homepage address to appropriate one
old address pointed the page without explanation
2012-09-18 16:21:47 +09:00

14 lines
593 B
Ruby

Pod::Spec.new do |s|
s.name = 'MKHorizMenu'
s.version = '0.0.1'
s.summary = 'Demo of MKHorizMenu a simple, drop-in replacement for the Three20 fame horizontal menus used in news apps.'
s.homepage = 'http://blog.mugunthkumar.com/coding/ios-control-mkhorizmenu/'
s.author = { 'Mugunth Kumar' => 'contact@mk.sg' }
s.source = { :git => 'https://github.com/MugunthKumar/MKHorizMenuDemo.git', :commit => '32bf96e69f6d1e141e76e38b691497b3c115b531' }
s.platform = :ios
s.source_files = 'MKHorizMenu/*.{h,m}'
s.resources = "MKHorizMenu/*.png"
s.framework = 'UIKit'
end