[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / 3 / AsyncAwait / 0.5.1 / AsyncAwait.podspec.json
blobb011861eba2def994736734a13e4e61e53d20b82
2   "name": "AsyncAwait",
3   "version": "0.5.1",
4   "summary": "生成器与迭代器的OC实现",
5   "description": "生成器与迭代器的OC实现,实现类似ES6的yied语意,实现async异步块,支持在iOS项目中以同步风格编写异步代码,避免了回调链和Promise链.",
6   "homepage": "https://github.com/ChengRuipeng/AsyncAwait.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "renjinkui": "2280278615@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ChengRuipeng/AsyncAwait.git",
19     "tag": "0.5.1"
20   },
21   "source_files": "AsyncAwait/Class/*.{h,m,swift}",
22   "public_header_files": "AsyncAwait/Class/*.h",
23   "requires_arc": false,
24   "swift_version": "5.0"