blob: 1c1a28b006f5e07de2fb9d8a558eb6ce93775e4c [file] [log] [blame]
{
"name": "Injection",
"version": "0.0.1",
"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": "0.0.1"
},
"swift_versions": "5.1",
"source_files": "Injection/Sources",
"requires_arc": true,
"swift_version": "5.1"
}