blob: 03d63d5effb173bc2145593e429cf9f1b4ab9bac [file] [log] [blame]
{
"name": "CustomOperation",
"version": "1.1.0",
"summary": "Custom async Operation implementation in Swift",
"homepage": "https://github.com/kzlekk/AsyncOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natan Zalkin": "natan.zalkin@me.com"
},
"source": {
"git": "https://kzlekk@github.com/kzlekk/CustomOperation.git",
"tag": "1.1.0"
},
"module_name": "CustomOperation",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "CustomOperation/*.swift",
"swift_version": "5.0"
}