Skip to content

Commit

Permalink
Merge pull request #1575 from thisandagain/master
Browse files Browse the repository at this point in the history
EDQueue v0.5.1
  • Loading branch information
thisandagain committed Mar 24, 2013
2 parents 62fbcd1 + 9499ba2 commit bc63c14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions EDQueue/0.5.1/EDQueue.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'EDQueue'
s.version = '0.5.1'
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.1' }
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 bc63c14

Please sign in to comment.