blob: b30ffdff15724abbd00749df0e0fa52c1553cc99 [file] [log] [blame]
{
"name": "SerialAsyncOperation",
"version": "0.0.1",
"summary": "Use NSOperation to implement ***serial asynchronous*** task.",
"description": "Use NSOperation to implement ***serial asynchronous*** task..\nFor example, serial download task using NSURLSessionDownloadTask.",
"homepage": "https://github.com/icetime17/SerialAsyncOperation",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Chris Hu": "icetime017@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/icetime17/SerialAsyncOperation.git",
"tag": "0.0.1"
},
"source_files": "Sources/SerialAsyncOperationQueue.h",
"requires_arc": true
}