Files
JBChartView/EDQueue/0.5.0/EDQueue.podspec
T
Andrew Sliwinski 59f6fef693 EDQueue v0.5.0
2012-09-17 16:23:02 -07:00

14 lines
537 B
Ruby

Pod::Spec.new do |s|
s.name = 'EDQueue'
s.version = '0.5.0'
s.license = 'MIT'
s.summary = 'A persistent background job queue for iOS.'
s.homepage = 'https://github.com/thisandagain/queue'
s.authors = {'Andrew Sliwinski' => 'andrewsliwinski@acm.org'}
s.source = { :git => 'https://github.com/thisandagain/queue.git', :tag => 'v0.5.0' }
s.platform = :ios, '5.0'
s.source_files = 'EDQueue'
s.library = 'sqlite3.0'
s.requires_arc = true
s.dependency 'FMDB', '~> 2.0'
end