[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 7 / SwiftLazy / 1.3.0 / SwiftLazy.podspec.json
blob1f29e2e4c4a2f7efae7d5f93e7292c4f59172e35
2   "name": "SwiftLazy",
3   "version": "1.3.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.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "12.0",
21     "tvos": "12.0",
22     "osx": "10.13",
23     "watchos": "5.0"
24   },
25   "source_files": [
26     "Sources/SwiftLazy.h",
27     "Sources/**/*.swift"
28   ]