blob: b011861eba2def994736734a13e4e61e53d20b82 [file] [log] [blame]
{
"name": "AsyncAwait",
"version": "0.5.1",
"summary": "生成器与迭代器的OC实现",
"description": "生成器与迭代器的OC实现,实现类似ES6的yied语意,实现async异步块,支持在iOS项目中以同步风格编写异步代码,避免了回调链和Promise链.",
"homepage": "https://github.com/ChengRuipeng/AsyncAwait.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renjinkui": "2280278615@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChengRuipeng/AsyncAwait.git",
"tag": "0.5.1"
},
"source_files": "AsyncAwait/Class/*.{h,m,swift}",
"public_header_files": "AsyncAwait/Class/*.h",
"requires_arc": false,
"swift_version": "5.0"
}