blob: 16a23c94b4c10c503923b452843a3852e3bf0648 [file] [log] [blame]
{
"name": "SwiftAsync",
"version": "0.1.0",
"summary": "Async, await control flow for Swift.",
"description": "Async, await control flow for Swift, similar to co.js/vo.js/ES7 async function.",
"homepage": "https://github.com/zhxnlai/Async",
"license": "MIT",
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"source": {
"git": "https://github.com/zhxnlai/Async.git",
"tag": "0.1.0"
},
"social_media_url": "http://twitter.com/ZhixuanLai",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Async": [
"Pod/Assets/*.png"
]
}
}