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