blob: 19be03ffdd832462c359196265d68dc9349cc262 [file] [log] [blame]
{
"name": "Syringe",
"version": "0.9",
"summary": "Lightweight and magic dependency injection framework. Uses ObjC runtime to do the magic.",
"homepage": "https://github.com/tomekc/Syringe",
"license": {
"type": "Apache"
},
"authors": {
"Tomek Cejner": "tomek.cejner@gmail.com"
},
"source": {
"git": "https://github.com/tomekc/Syringe.git",
"tag": "0.9"
},
"source_files": "SyringeCore/*.{h,m}",
"requires_arc": false
}