[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 3 / d / RJIterator / 1.1.5 / RJIterator.podspec.json
blob46aeec092b4ef047cb972efd78698f21ad6163a7
2   "name": "RJIterator",
3   "version": "1.1.5",
4   "summary": "生成器与迭代器的OC实现",
5   "description": "生成器与迭代器的OC实现,实现类似ES6的yied语意,实现async异步块,支持在iOS项目中以同步风格编写异步代码,避免了回调链和Promise链.",
6   "homepage": "https://github.com/renjinkui2719/RJIterator.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/renjinkui2719/RJIterator.git",
19     "tag": "1.1.5"
20   },
21   "source_files": "RJIterator/Class/*.{h,m,swift}",
22   "public_header_files": "RJIterator/Class/*.h",
23   "requires_arc": false,
24   "swift_version": "3.2"