blob: 76cc09eec4bac902a68fdb78140d1c65c459ff25 [file] [log] [blame]
{
"name": "Injector",
"version": "0.0.3",
"summary": "Injector provides a lightweight framework for binding and injecting services at runtime.",
"description": " Injector provides a lightweight framework for binding and injecting services at runtime.\n\n ### Why use Injector?\n * Divide your code into standalone components.\n * Swap implementations of these components easily.\n\n See https://github.com/nsrandom/injector for a more detailed description and example code.\n",
"homepage": "https://github.com/nsrandom/injector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "NSRandom",
"social_media_url": "https://twitter.com/nsrandom",
"source": {
"git": "https://github.com/nsrandom/injector.git",
"tag": "0.0.3"
},
"source_files": [
"Injector",
"Injector/**/*.{h,m}"
],
"public_header_files": "Injector/**/*.h",
"requires_arc": true
}