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