- Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathEDQueue.podspec
More file actions
Latest commit
14 lines (14 loc) · 583 Bytes
/
Copy pathEDQueue.podspec
File metadata and controls
14 lines (14 loc) · 583 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='EDQueue'
s.version='0.7.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','Francois Lambert'=>'flambert@mirego.com'}
s.source={:git=>'https://github.com/thisandagain/queue.git',:tag=>'v0.7.1'}
s.platform=:ios,'5.0'
s.source_files='EDQueue'
s.library='sqlite3.0'
s.requires_arc=true
s.dependency'FMDB','~> 2.0'
end