blob: 4c85b04445ec9e564a5d73485a478a5f37353d0e [file] [log] [blame]
{
"name": "PureSwinject",
"version": "1.3.0",
"summary": "Auto register Pure factories to Swinject",
"homepage": "https://github.com/devxoul/PureSwinject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/PureSwinject.git",
"tag": "1.3.0"
},
"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": {
"Pure": [
"~> 1.1"
],
"Swinject": [
"~> 2.6"
],
"SwinjectSafeAuto": [
"~> 1.0"
]
},
"swift_version": "5.0"
}