blob: 82a12ae4d765e1404dd6a29f1027962daa8bdacb [file] [log] [blame]
{
"name": "PropertyInjector",
"version": "0.0.6",
"summary": "Property dependency injection framework for Swift.",
"description": "Property dependency injection framework for Swift 5.1+ and iOS 11+.\nDeclare your dependencies and use them as properties in your classes.",
"homepage": "https://github.com/stanfeldman/PropertyInjector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stan Feldman": "stanislavfeldman@gmail.com"
},
"source": {
"git": "https://github.com/stanfeldman/PropertyInjector.git",
"tag": "0.0.6"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source_files": "PropertyInjector/Classes/**/*",
"swift_version": "5.1"
}