[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 7 / SwiftLazy / 1.0.2 / SwiftLazy.podspec.json
blob1c1b3e18a205f5999ffd428904385df0009681fd
2   "name": "SwiftLazy",
3   "version": "1.0.2",
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.0.2"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "public_header_files": "Sources/SwiftLazy.h",
26   "source_files": [
27     "Sources/SwiftLazy.h",
28     "Sources/**/*.swift"
29   ]