blob: 36e2ede5c1f502261c811e7b3b04c96b89e87d0a [file] [log] [blame]
{
"name": "Do.this",
"version": "1.0.1",
"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.1"
},
"source_files": [
"Classes",
"DoThis/**/*.{swift}"
],
"module_name": "DoThis",
"swift_version": "5.0"
}