blob: 670241d7f33f17b4f28c601862450e421472a49e [file] [log] [blame]
{
"name": "Injection",
"version": "0.0.4",
"summary": "Injection, a Swift Lightweight dependency manager library.",
"description": "Swift Lightweight dependency manager library based on modules and components.",
"homepage": "https://github.com/JulianAlonso/Injection",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Julian Alonso": "julian.alonso.dev@gmail.com"
},
"social_media_url": "https://twitter.com/maisterjuli",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/JulianAlonso/Injection.git",
"tag": "v0.0.4"
},
"swift_versions": "5.1",
"source_files": "Injection/Sources/**/*",
"requires_arc": true,
"swift_version": "5.1"
}