blob: 0cb090c17d317df5e1ba8467c4e113501dacdbf7 [file] [log] [blame]
{
"name": "PureSwinject",
"version": "1.0.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.0.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Pure": [
"~> 1.1"
],
"Swinject": [
"~> 2.6"
],
"SwinjectAutoregistration": [
"~> 2.7"
]
},
"swift_version": "5.0"
}