blob: 23fa0b1b11699b077b7999fd972f64df18d2da25 [file] [log] [blame]
{
"name": "DICE",
"version": "0.9.0",
"summary": "Lightweight DI framework for Swift and SwiftUI",
"description": "DICE is a lightweight Swift framework that provides management system for dependency injection for Swift and SwiftUI.",
"homepage": "https://github.com/dice-swift/dice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Tereshkov": "alexander@tereshkov.pw"
},
"source": {
"git": "https://github.com/DICE-Swift/DICE.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source_files": "DICE/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}