blob: cdd2111f31faa4e3411f337ee1549f23e890b58d [file] [log] [blame]
{
"name": "Swoin",
"version": "0.0.1",
"summary": "A dependency injection library in Swift, inspired by Koin",
"description": "A dependency injection library like Koin in Kotlin, but for Swift.",
"homepage": "http://github.io/ajpolt/Swoin",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Adam Polt": "adam@adampolt.com"
},
"source": {
"git": "https://github.com/ajpolt/swoin.git",
"tag": "0.0.1"
},
"source_files": [
"Swoin",
"Swoin/Dependencies",
"Swoin/ResolutionStrategies"
],
"swift_versions": "5.2",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.2"
}