blob: 46242b3842cb04615cf8990c18d376b1dee42fa9 [file] [log] [blame]
{
"name": "EasyAsync",
"version": "0.2.0",
"summary": "Some useful Swift code for asynchronous web tasks mainly",
"description": "This is a library of some useful Swift code I wrote initially in the context of a test task for a job interview. In the process, i developed a couple of interesting solutions to common programming problems.\n\nThen I have extracted the things that I feel make life a lot easier into this package.\n\nCurrent version is 0.2.0.\n\nSee CHANGELOG.md for features",
"homepage": "https://github.com/skutnii/easyasync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergii Kutnii": "mnkutster@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/skutnii/easyasync.git",
"tag": "0.2.0"
},
"source_files": "lib"
}