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