blob: 9c173f4016ae18bd9cb7c4bc2e50a83a614fad61 [file] [log] [blame]
{
"name": "Do.this",
"version": "0.1.1",
"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.1"
},
"source_files": [
"Classes",
"DoThis/**/*.{swift}"
],
"module_name": "DoThis",
"pushed_with_swift_version": "3.0-GM-CANDIDATE"
}