blob: 96b5b0692ad569ec803d848fab491571f9dfa49c [file] [log] [blame]
{
"name": "SwiftLazy",
"version": "1.1.7",
"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.1.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": [
"Sources/SwiftLazy.h",
"Sources/**/*.swift"
]
}