[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / 2 / 7 / SwiftLazy / 1.2.0 / SwiftLazy.podspec.json
blobf357f7785674c5d0ad2839a22f486310394a69c7
2   "name": "SwiftLazy",
3   "version": "1.2.0",
4   "summary": "SwiftLazy - classes (Lazy, Provide) is intended for late initialization on iOS/macOS/tvOS (Swift)",
5   "description": "Swift allows for lazy variables out-of-the-box, however they're fairly restricted.\nSwiftLazy - classes (Lazy, Provide) is intended for late initialization on iOS/macOS/tvOS (Swift)",
6   "homepage": "https://github.com/ivlevAstef/SwiftLazy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander.Ivlev": "ivlev.stef@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ivlevAstef/SwiftLazy.git",
16     "tag": "v1.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0",
22     "osx": "10.13",
23     "watchos": "4.0"
24   },
25   "source_files": [
26     "Sources/SwiftLazy.h",
27     "Sources/**/*.swift"
28   ]