4 "summary": "When 'lazy var' doesn't cut it, have a truly Lazy variable in Swift.",
5 "screenshots": "https://github.com/BellAppLab/Laziable/raw/master/Images/laziable.png",
6 "description": "So you declared a `lazy var` in Swift thinking it would behave like lazily instantiated variables in good ol' Objective-C. You thought you would set them to `nil` and they would reconstruct themselves later on when needed.\n\nYou poor thing.\n\n[They don't](https://stackoverflow.com/a/40847994).\n\nSo why not bring that awesomeness back to Swift in a very lightweight way?",
7 "homepage": "https://github.com/BellAppLab/Laziable",
13 "Bell App Lab": "apps@bellapplab.com"
15 "social_media_url": "https://twitter.com/BellAppLab",
22 "swift_version": "5.0",
23 "module_name": "Laziable",
25 "git": "https://github.com/BellAppLab/Laziable.git",
28 "source_files": "Sources/Laziable",
29 "frameworks": "Foundation"