blob: 9d7660f03602b10bae7d00287caf44731c2219fd [file] [log] [blame]
{
"name": "SwiftLazy",
"version": "1.1.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": [
"Sources/SwiftLazy.h",
"Sources/**/*.swift"
]
}