2 "name": "LazySequence",
4 "summary": "LazySequence is a sequence helper to minimize time complexity for most of the sequence operations.",
5 "description": "LazySequence is a sequence helper to minimize time complexity for most of the sequence operations.\nWhat it did do is by creating a new sequence that will combine any other operation to be run later in linear time complexity if possible.",
6 "homepage": "https://github.com/hainayanda/LazySequence",
12 "Nayanda Haberty": "hainayanda@outlook.com"
15 "git": "https://github.com/hainayanda/LazySequence.git",
21 "source_files": "LazySequence/Classes/**/*",