Skip to content

Commit

Permalink
Merge pull request #520 from thisandagain/master
Browse files Browse the repository at this point in the history
EDQueue v0.5.0
  • Loading branch information
thisandagain committed Sep 17, 2012
2 parents 5520d35 + 59f6fef commit 68dc3fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions EDQueue/0.5.0/EDQueue.podspec
@@ -0,0 +1,14 @@
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

0 comments on commit 68dc3fc

Please sign in to comment.