blob: d9d1e7290d3ccdfe7da42430c3627f2b1ff1615f [file] [log] [blame]
{
"name": "Tasker",
"version": "0.1.0",
"summary": "Task management framework with async await",
"description": "A task management framework with async and await functionality",
"homepage": "https://github.com/aliak00/Tasker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ali Akhtarzada": "ali.akhtarzada@gmail.com"
},
"source": {
"git": "https://github.com/aliak00/Tasker.git",
"tag": "0.1.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/**/*.swift"
]
}