blob: 25ae24d0c58d8fbe267a003b98fa9de15ee905e8 [file] [log] [blame]
{
"name": "inject",
"version": "1.0.3",
"summary": "iOS: Swift dependency injection container",
"description": "Swift dependency injection container picking up te basic spring ideas",
"homepage": "https://github.com/coolsamson7/inject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "coolsamson7",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/coolsamson7/inject.git",
"tag": "1.0.3"
},
"source_files": "inject/**/*.{h,swift}",
"frameworks": "Foundation",
"requires_arc": true
}