blob: 95dcaf21badf149dbd4e6e111bb07d55d7d96067 [file] [log] [blame]
{
"name": "ZUAsyncOperation",
"version": "1.0",
"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.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}