blob: 10b6605fd6d60a9928a12a558d0574afc1a7b6b1 [file] [log] [blame]
{
"name": "Depend",
"version": "0.1.5",
"summary": "minimalist depedency injection framework",
"description": "Depend is a simple dependency injection framework to do the simplest and minimally invasive property injection. It just works with Protocol bindings since it is the right way to do it!",
"homepage": "https://github.com/rafagonc/Depend",
"license": "MIT",
"authors": {
"Rafael Gonçalves": "rafagonc77@yahoo.com.br"
},
"source": {
"git": "https://github.com/rafagonc/Depend.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": [
"Pod/Classes/DPRegistry.h",
"Pod/Classes/DPInjector.h"
]
}