blob: 09ed6bdf90be3b5ac1e72eda887b5953ff06dc92 [file] [log] [blame]
{
"name": "DGDependencyInjector",
"version": "2.0.1",
"summary": "Dependency injector made in pure swift",
"homepage": "https://github.com/Digipolitan/dependency-injector-swift",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Digipolitan": "contact@digipolitan.com"
},
"source": {
"git": "https://github.com/Digipolitan/dependency-injector-swift.git",
"tag": "v2.0.1"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}