Files
JBChartView/AlphabetTable/0.0.2/AlphabetTable.podspec
T
2012-07-09 14:50:25 -06:00

16 lines
728 B
Ruby

Pod::Spec.new do |s|
s.name = 'AlphabetTable'
s.version = '0.0.2'
s.license = 'MIT'
s.summary = 'A UITableView subclass which automatically sorts your data elements into sections keyed by letter.'
s.homepage = 'https://github.com/idottv/AlphabetTable'
s.author = { 'Bryce Redd' => 'bryce@i.tv' }
s.source = { :git => 'https://github.com/idottv/AlphabetTable.git', :tag => '0.0.2' }
s.description = 'A UITableView subclass which automatically sorts your data elements into sections keyed by letter. Supports both custom data elements (which conform to a protocol) and CoreData elements.'
s.platform = :ios
s.source_files = ''
s.requires_arc = true
s.dependency 'NLCoreData', '>=0.2.0'
end