blob: 6a251599c33fd8d8c98bfb3effbf82d922e18cd6 [file] [log] [blame]
{
"name": "Minject",
"version": "1.0.0",
"summary": "Minimum DI framework",
"description": "Minject is a minimum Dependency Injection framework for Swift.\nIt is designed for developers to avoid depending on \"magical\" behavior and have explicit control by self.",
"homepage": "https://github.com/thedoritos/Minject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomohiro Matsumura": "thedoritos@gmail.com"
},
"source": {
"git": "https://github.com/thedoritos/minject.git",
"tag": "1.0.0"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "8.0"
},
"source_files": "Minject/Classes/**/*",
"swift_version": "5.0"
}