blob: f309bc1997df2a6107991c5daf384ae66bec2b88 [file] [log] [blame]
{
"name": "Tasker",
"version": "0.12.0",
"summary": "Task management framework with async await and url session management",
"description": "A task management framework with async and await and url session 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.12.0"
},
"swift_versions": "5.2",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/**/*.swift"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5.2"
}