blob: c6da40c8ecc6cd200ed6dc3279a0b19a26fa2bc1 [file] [log] [blame]
{
"name": "SwinjectPropertyLoader",
"version": "1.0.0",
"summary": "Swinject extension to load property values from resources",
"description": "SwinjectPropertyLoader is an extension of Swinject to load property values from resources that are bundled with your application/framework.",
"homepage": "https://github.com/Swinject/SwinjectPropertyLoader",
"license": "MIT",
"authors": "Swinject Contributors",
"source": {
"git": "https://github.com/Swinject/SwinjectPropertyLoader.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"Swinject": [
"~> 2.0.0"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}