blob: 53810f761ce9971ad26d282416aa2a38f40f7fe1 [file] [log] [blame]
{
"name": "PropertyInjector",
"version": "0.0.2",
"summary": "Property injection framework for Swift 5.1+.",
"description": "Property injection framework for Swift 5.1+ and iOS 11+.\nJust declare a dependency as a property in your class and use @Inject property wrapper.",
"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.2"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source_files": "PropertyInjector/Classes/**/*",
"swift_version": "5.1"
}