Files
JBChartView/MwfTableViewController/0.0.3/MwfTableViewController.podspec
T
2012-06-27 14:33:50 +02:00

27 lines
576 B
Ruby

Pod::Spec.new do |s|
s.platform = :ios
s.name = 'MwfTableViewController'
s.version = '0.0.3'
s.license = 'MIT'
s.summary = 'Extension to UITableViewController in attempt to provide additional features that are reusable in most scenarios.'
s.homepage = 'http://github.com/meiwin/MwfTableViewController'
s.author = { 'Meiwin Fu' => 'meiwin@blockthirty.com' }
s.source = { :git => 'https://github.com/meiwin/MwfTableViewController.git', :tag => '0.0.3' }
s.source_files = 'main/**/*.{h,m}'
s.frameworks = 'Foundation'
end