blob: 0e0a84db6ab930d08b3ec0917bc168428595cce4 [file] [log] [blame]
{
"name": "Depend",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Depend": [
"Pod/Assets/*.png"
]
},
"public_header_files": [
"Pod/Classes/DPRegistry.h",
"Pod/Classes/DPInjector.h"
]
}