blob: b81e06e3745b602296604b684b3e72adad057b16 [file] [log] [blame]
{
"name": "DGDependencyInjector",
"version": "1.0.1",
"summary": "Digipolitan dependency injector framework pure swift",
"homepage": "https://github.com/Digipolitan/dependencies-injector-pure-swift",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Digipolitan": "contact@digipolitan.com"
},
"source": {
"git": "https://github.com/Digipolitan/dependencies-injector-pure-swift.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true
}