blob: b374300720b26add3df6306e88e79b25eab6ac15 [file] [log] [blame]
{
"name": "Injineer",
"version": "1.0.0",
"summary": "A dependency injection framework for Objective-C",
"description": "Injineer is simpler than other DI frameworks for Objective-C but just as powerful. The framework introduces no dependencies in your code, so using it is almost completely transparent.",
"homepage": "https://github.com/vangelov/Injineer",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Vladimir Angelov": "vlady.angelov@gmail.com"
},
"source": {
"git": "https://github.com/vangelov/Injineer.git",
"tag": "1.0.0"
},
"source_files": [
"Injineer",
"Injineer/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.7"
}
}