blob: fa650656e82efd9ff0968f870af671d5aaeb5833 [file] [log] [blame]
{
"name": "DABAsyncKit",
"module_name": "AsyncKit",
"version": "1.2.0",
"summary": "Tools to make async code more pleasent in Swift.",
"homepage": "https://github.com/davbeck/AsyncKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"davbeck": "code@davidbeck.co"
},
"source": {
"git": "https://github.com/davbeck/AsyncKit.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/davbeck",
"swift_version": "4.1",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"static_framework": true,
"source_files": "AsyncKit/**/*"
}