blob: 3c3255c099da8a0e426cf74d804fb8d34ad9f84a [file] [log] [blame]
{
"name": "DABAsyncKit",
"module_name": "AsyncKit",
"version": "1.0.1",
"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.0.1"
},
"social_media_url": "https://twitter.com/davbeck",
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": "AsyncKit/**/*"
}