blob: 4ab4b9b64706ef91bbd7da7f45d8bd2c88fac42f [file] [log] [blame]
{
"name": "GLMatrix",
"version": "0.1.5",
"summary": "A librairy to do Matrix, vector and quaternions maths",
"description": "A few functions to handle matrices and quaternions computations. They are strongly inspired by the javascript librairy https://github.com/toji/gl-matrix",
"homepage": "https://github.com/gsabran/GLMatrix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillaume Sabran": "sabranguillaume@gmail.com"
},
"source": {
"git": "https://github.com/gsabran/GLMatrix.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GLMatrix/Classes/**/*"
}