blob: e337d7272271a7b6c1c2f285f511f73c7e47a1c7 [file] [log] [blame]
{
"name": "Do.this",
"version": "1.0.0",
"summary": "a quick async helper for Swift",
"description": "Do.this is a Swift 5 quick async helper inspired by node.js Async",
"homepage": "https://github.com/BarakRL/Do.this",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Barak Harel",
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0"
],
"source": {
"git": "https://github.com/BarakRL/Do.this.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"DoThis/**/*.{swift}"
],
"module_name": "DoThis",
"swift_version": "5.0"
}