blob: 68e4ab1dad90a68316781752aa4c6182553ecc2e [file] [log] [blame]
{
"name": "AsyncSwift",
"version": "2.0.4",
"summary": "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch",
"homepage": "https://github.com/duemunk/Async",
"license": {
"type": "MIT"
},
"authors": {
"Tobias Due Munk": "tobias@developmunk.dk"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/duemunk/Async.git",
"tag": "2.0.4"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "Async",
"pushed_with_swift_version": "4.0"
}