blob: 6644adeceac81fbae4c64e411c8180b2c6bcceb6 [file] [log] [blame]
{
"name": "OBInjector",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "6.0"
},
"license": "BSD",
"requires_arc": true,
"source_files": [
"Core/Source/*.{h,m}"
]
}