blob: 90daebd704d514ed833cb36e018665dda4d639a6 [file] [log] [blame]
{
"name": "SwiftLazy",
"version": "1.0.4",
"summary": "SwiftLazy - classes (Lazy, Provide) is intended for late initialization on iOS/macOS/tvOS (Swift)",
"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)",
"homepage": "https://github.com/ivlevAstef/SwiftLazy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SwiftLazy.git",
"tag": "v1.0.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": [
"Sources/SwiftLazy.h",
"Sources/**/*.swift"
]
}