blob: 4f7e090b41785e5f9f2b613db80ff1f917706dec [file] [log] [blame]
{
"name": "Sting",
"version": "0.1.0",
"license": "MIT",
"authors": {
"Marek Kotewicz": "https://github.com/debris"
},
"homepage": "https://github.com/debris",
"summary": "Lighweight dependency injection for objective c",
"description": " Sting is lightweight dependency injection library for objective c. \n",
"source": {
"git": "https://github.com/debris/Sting.git",
"tag": "0.1.0"
},
"source_files": [
"Sting",
"Sting/../*.{h/m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}