Files
JBChartView/LRTableModel/1.0/LRTableModel.podspec
T
2012-06-29 15:37:34 +02:00

12 lines
397 B
Ruby

Pod::Spec.new do |s|
s.name = 'LRTableModel'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'A JTable-inspired alternative way of modelling your table view data.'
s.homepage = 'https://github.com/lukeredpath/LRTableModel'
s.author = 'Luke Redpath'
s.source = { :git => 'https://github.com/lukeredpath/LRTableModel.git', :tag => 'v1.0' }
s.source_files = 'Classes'
end