[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / e / a / LazyContainer / 1.0.0 / LazyContainer.podspec.json
blob7e650c91f86d34ec955c8bfbf737564855123bd7
2   "name": "LazyContainer",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cookie777": "takayuki.contact@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cookie777/LazyContainer.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.5",
22   "source_files": "Source/**/*.swift",
23   "swift_version": "5.5"