blob: a9c5fc1e63c1246a6b1478db403581be53836947 [file] [log] [blame]
{
"name": "AsyncSwift",
"version": "1.7.3",
"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": "2.0"
},
"source": {
"git": "https://github.com/duemunk/Async.git",
"tag": "1.7.2"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"module_name": "Async"
}