blob: 36355643f03d35414b0f16f67924fa3fbc4e0a6b [file] [log] [blame]
{
"name": "DGDependencyInjector",
"version": "1.1.0",
"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": "v1.1.0"
},
"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"
}