blob: 19c65eb08357b467f1825e5a8d9ac7491ccdaec5 [file] [log] [blame]
{
"name": "Await",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/inamiy/Await",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Swift port of C# Await using Cocoa's Run Loop mechanism.",
"source": {
"git": "https://github.com/inamiy/Await.git",
"tag": "0.0.1"
},
"source_files": "Await/*.{h,swift}",
"frameworks": "Swift",
"requires_arc": true
}