blob: 7e1ebe8645060a430064d6c1bd4ac0ec2bddb0d0 [file] [log] [blame]
{
"name": "LA",
"version": "0.2.1",
"summary": "A collection of linear algebra functions",
"swift_versions": "5.0",
"description": "A small collection of linear algebra functions.",
"homepage": "https://github.com/anconaesselmann/LA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/LA.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0",
"watchos": "3.0"
},
"source_files": "LA/Classes/**/*",
"swift_version": "5.0"
}