4 "summary": "Implementation of LazySequence and GeneratedSequence",
5 "description": "Simple implementation of GeneratedSequence, and based on it, LazySequence. Difference is that LazySeq stores computation results, while GeneratedSeq doesn't.\n\nIt also supports generating using complex reuse function, but it's not required.",
6 "homepage": "https://github.com/NeedMoreDesu/LazySeq",
12 "Oleksii Horishnii": "oleksii.horishnii@gmail.com"
15 "git": "https://github.com/NeedMoreDesu/LazySeq.git",
21 "source_files": "LazySeq/Classes/**/*",
22 "pushed_with_swift_version": "4.0"