blob: aa12d5b05ac2d598df2611c3afaf9340bf55d1ef [file] [log] [blame]
{
"name": "DICE",
"version": "0.1.0",
"summary": "Lightweight DI framework for Swift",
"description": "A very alpha version of DICE - lightweight DI framework for Swift.",
"homepage": "https://github.com/dice-swift/dice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Author1": "Email1"
},
"source": {
"git": "https://github.com/DICE-Swift/DICE.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DICE/Classes/**/*",
"swift_versions": "4.2",
"swift_version": "4.2"
}