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