blob: ce0b19abdfe7aff518e6e0fd0563a2fde9ff1217 [file] [log] [blame]
{
"name": "Do.this",
"version": "0.1.0",
"summary": "a quick async helper for Swift",
"description": "Do.this is a Swift 3 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": "8.0"
},
"source": {
"git": "https://github.com/BarakRL/Do.this.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"DoThis/**/*.{swift}"
],
"module_name": "DoThis"
}