blob: f4cfa5304fd5ad563645da0595feae78e7457c5e [file] [log] [blame]
{
"name": "EDQueue",
"version": "0.6.0",
"license": "MIT",
"summary": "A persistent background job queue for iOS.",
"homepage": "https://github.com/thisandagain/queue",
"authors": {
"Andrew Sliwinski": "andrewsliwinski@acm.org"
},
"source": {
"git": "https://github.com/thisandagain/queue.git",
"tag": "v0.6.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "EDQueue",
"libraries": "sqlite3.0",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}