[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 3 / 9 / Laziable / 1.1.0 / Laziable.podspec.json
blobdda89f9b702cebe1ad6276ccf0b1ef01e95158aa
2   "name": "Laziable",
3   "version": "1.1.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bell App Lab": "apps@bellapplab.com"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "9.0",
18     "watchos": "3.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "swift_version": "5.0",
23   "module_name": "Laziable",
24   "source": {
25     "git": "https://github.com/BellAppLab/Laziable.git",
26     "tag": "1.1.0"
27   },
28   "source_files": "Sources/Laziable",
29   "frameworks": "Foundation"