blob: 327a9503c86d2dd5a7e4e208bb4026395e07e634 [file] [log] [blame]
{
"name": "SyncQueue",
"version": "0.4",
"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.4"
},
"source_files": "SyncQueue/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}