blob: 10fe07d1f7b5f870aab0102ca022f96370820192 [file] [log] [blame]
{
"name": "PPQueue",
"version": "1.0.0",
"license": "MIT",
"summary": "A priorized persistent background job queue for iOS.",
"homepage": "https://github.com/daluethi/ppqueue",
"authors": "Daniel Luethi",
"social_media_url": "http://twitter.com/daluethi",
"source": {
"git": "https://github.com/daluethi/ppqueue.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PPQueue",
"libraries": "sqlite3.0",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}