blob: f4d3054ea0b306a937db05c8346a6fb02de4a882 [file] [log] [blame]
{
"name": "Contain",
"version": "0.2.4",
"summary": "Dependency injection container.",
"swift_versions": "5.0",
"description": "Experimental dependency injection container.",
"homepage": "https://github.com/anconaesselmann/Contain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/Contain.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Contain/Classes/**/*",
"resource_bundles": {
"Contain": [
"Contain/Assets/*.py",
"Contain/Assets/*.rb",
"Contain/Assets/*.swift"
]
},
"swift_version": "5.0"
}