[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 3 / 9 / Laziable / 1.0.0 / Laziable.podspec.json
blob2f491d76911e354b8acd590cfa8b49b3de3b3bac
2   "name": "Laziable",
3   "version": "1.0.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   "module_name": "Laziable",
23   "source": {
24     "git": "https://github.com/BellAppLab/Laziable.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "Sources/Laziable",
28   "frameworks": "Foundation"