Files
JBChartView/UDTableView/1.0.0/UDTableView.podspec
T
2012-07-20 11:09:38 +02:00

14 lines
468 B
Ruby

Pod::Spec.new do |s|
s.name = 'UDTableView'
s.version = '1.0.0'
s.license = 'MIT'
s.platform = :ios
s.summary = 'UDTableView allowsMultipleSelection backport to pre iOS5.'
s.homepage = 'https://github.com/ud7/UDTableView-allowsMultipleSelection'
s.author = { 'Rolandas Razma' => 'rolandas@razma.lt' }
s.source = { :git => 'https://github.com/ud7/UDTableView-allowsMultipleSelection.git', :tag => '1.0.0' }
s.source_files = '*.{h,m}'
end