blob: 2d4e16339478c83a042e2a8d465587bf9f3f7fd9 [file] [log] [blame]
{
"name": "Firebolt",
"version": "0.3.1",
"summary": "Firebolt is a dependency injection framework written for Swift",
"description": "Firebolt is a dependency injection framework written for Swift. Inspired by Kotlin Koin. \nThis framework is meant to be lightweight and unopinionated by design with resolutions working \nsimply by good old functional programming.",
"homepage": "https://github.com/drewkiino/Firebolt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"drewkiino": "andrewaquino118@gmail.com"
},
"source": {
"git": "https://github.com/drewkiino/Firebolt.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}