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