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