blob: 1f39d47b65de46ecc21313e4db6396f8ebcc4e46 [file] [log] [blame]
{
"name": "OBInjector",
"version": "1.4.0",
"summary": "A small and simple objective-c dependency injection framework",
"homepage": "https://github.com/openbakery/OBInjector",
"authors": {
"René Pirringer": "rene@openbakery.org"
},
"social_media_url": "https://twitter.com/rpirringer",
"source": {
"git": "https://github.com/openbakery/OBInjector.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "6.0"
},
"license": "BSD",
"requires_arc": true,
"source_files": [
"Core/Source/*.{h,m}"
]
}