blob: 4adf1635346981ed6c6e76153d74b61b3cfed556 [file] [log] [blame]
{
"name": "SyncQueue",
"version": "0.3",
"summary": "Perform async operations one at a time and in order. Thin wrapper over OperationQueue.",
"description": "Perform async operations one at a time and in order. Thin wrapper over OperationQueue. Requires Swift 3.",
"homepage": "https://github.com/nickromano/swift-sync-queue",
"license": "MIT",
"authors": {
"Nick Romano": "nick.r.romano@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nickromano/swift-sync-queue.git",
"tag": "0.3"
},
"source_files": "SyncQueue/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}