| { |
| "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/**/*" |
| } |