blob: a6be8e5cc431451ff660b7d97e7ce0492b3737af [file] [log] [blame]
{
"name": "ZUAsyncOperation",
"version": "1.3",
"summary": "Generic subclass of Operation to get result asynchronously.",
"description": "AsyncOperation is a generic subclass of Operation to get Swift.Result asynchronously.",
"homepage": "https://github.com/zuccoi/AsyncOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "zuccoi",
"social_media_url": "https://twitter.com/zuccoi",
"platforms": {
"ios": "11.0.1"
},
"source_files": "AsyncOperation/AsyncOperation/Source/*.{swift}",
"source": {
"git": "https://github.com/zuccoi/AsyncOperation.git",
"tag": "1.3"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}