blob: b079fa63b79a29c89be2d74fa3df14d7fc02181e [file] [log] [blame]
{
"name": "KASAsync",
"version": "1.0.0",
"summary": "Make your code linear with promises, barriers and tasks",
"description": "Do you hate closures and blockes? Do you like await in C#? Do you want make your code linear although asynchronous semantic? Use it. Use promises, barriers and tasks.\n",
"homepage": "https://github.com/knowwis/KASAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Kalita Alexey",
"source": {
"git": "https://github.com/knowwis/KASAsync.git",
"tag": "1.0.0"
},
"source_files": [
"KASAsync",
"KASAsync/*.swift"
],
"requires_arc": true
}