2 "name": "LazyContainer",
4 "summary": "A `LazyContainer` is a class for efficient storage of classes and structs, using a `Builder` component for easy construction and suitable for use in dependency injection and caching.",
5 "description": "`LazyContainer` is a class for efficiently storing multiple classes and structs, avoiding unnecessary construction until they are called. The class also includes a Builder component for easy construction, making it suitable for use in dependency injection and caching.",
6 "homepage": "https://github.com/cookie777/LazyContainer",
12 "cookie777": "takayuki.contact@gmail.com"
15 "git": "https://github.com/cookie777/LazyContainer.git",
21 "swift_versions": "5.5",
22 "source_files": "Source/**/*.swift",
23 "swift_version": "5.5"