blob: 695a08823adef35dff1d47bce0f5f4f263b5901a [file] [log] [blame]
{
"name": "AsyncTimeoutOperationQueue",
"version": "0.1",
"summary": "Async NSOperation with timeouts",
"description": "Async NSOperation with timeout, onTimeout and onCompletion calls",
"homepage": "https://github.com/severehed/AsyncTimeoutOperationQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "severehed",
"source": {
"git": "https://github.com/severehed/AsyncTimeoutOperationQueue.git",
"tag": "0.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"source_files": "AsyncTimeoutOperationQueue/Classes/**/*"
}