blob: 628da23b60eb73e2e1eedf086d2a9e29ebd8b8ca [file] [log] [blame]
{
"name": "Depend",
"version": "0.1.3",
"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.3"
},
"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"
]
}