blob: 0f5947375958ee7f55d16f95fe66bf9e3f6dbdf6 [file] [log] [blame]
{
"name": "SwinjectSafeAuto",
"version": "1.0.1",
"summary": "SwinjectSafeAuto allows to auto-register services to the container and verify the required services are properly registered.",
"homepage": "https://github.com/devxoul/SwinjectSafeAuto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/SwinjectSafeAuto.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"dependencies": {
"Swinject": [
"~> 2.6"
],
"WeakMapTable": [
"~> 1.0"
]
},
"swift_version": "5.0"
}