blob: 6803b03c727a76348c8c04a8805677dafb179331 [file] [log] [blame]
{
"name": "AsyncTimeoutOperationQueue",
"version": "0.5",
"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.5"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"source_files": "AsyncTimeoutOperationQueue/Classes/**/*"
}