blob: a1a72d13460cf382c83a00247c00c73d61dd468c [file] [log] [blame]
{
"name": "InjectPropertyWrapper",
"version": "0.1",
"authors": {
"Peter Verhage": "peter@egeniq.com"
},
"homepage": "https://github.com/egeniq/InjectPropertyWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Provides a Swift @Inject property wrapper to inject objects from a DI framework.",
"description": "Provides a generic Swift @Inject property wrapper that can be used to inject objects / services from\na dependency injection framework of your choice.",
"swift_versions": "5.1",
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/egeniq/InjectPropertyWrapper.git",
"tag": "0.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"swift_version": "5.1"
}