blob: e923316bae4ca7a963d64fa03f40db89ea9fff96 [file] [log] [blame]
{
"name": "LionECS",
"version": "0.0.4",
"summary": "Multiplatform Entity Component System implementation in Swift",
"homepage": "https://github.com/LionECS/LionECS",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
},
"source": {
"git": "https://github.com/LionGameEngine/LionECS.git",
"tag": "0.0.4"
},
"source_files": "ECS/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.1"
},
"swift_version": "5.0"
}