blob: ebc40e45083b7af7a623b20c57a432b3d4b3e73a [file] [log] [blame]
{
"name": "Valhalla",
"version": "0.1",
"summary": "A simple dependency injection framework, for learning purposes.",
"homepage": "https://github.com/nishant2718/Valhalla",
"license": "MIT",
"authors": {
"Nishant Patel": "nishantpatel2718@gmail.com"
},
"platforms": {
"ios": "12.0",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/nishant2718/Valhalla.git",
"tag": "0.1"
},
"source_files": "Valhalla/**/*.swift",
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}