blob: 14d669652dfd3b1d0871387ab6350d333a3b0453 [file] [log] [blame]
{
"name": "AsyncTimeoutOperationQueue",
"version": "0.4",
"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.4"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"source_files": "AsyncTimeoutOperationQueue/Classes/**/*"
}