blob: d12b821c78306ada648fed70b5b52d7d374dc2a0 [file] [log] [blame]
{
"name": "OCInjection",
"version": "0.0.1",
"summary": "Dependency Injection framework for Objective C",
"homepage": "https://github.com/aryaxt/OCInjection",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Aryan Ghassemi": "https://github.com/aryaxt/OCInjection"
},
"source": {
"git": "https://github.com/aryaxt/OCInjection.git",
"tag": "0.0.1"
},
"source_files": "OCInjection/Source/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}