blob: e1a8086bd40de3a0c102379bdebaeb6aef40371a [file] [log] [blame]
{
"name": "YCMatrix",
"version": "0.5.10",
"summary": "A flexible Matrix library for Objective-C, which interfaces BLAS, LAPACK and vDSP functions via the Accelerate Framework",
"homepage": "http://yconst.com/software/ycmatrix/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ioannis Chatzikonstantinou": "contact@yconst.com"
},
"source": {
"git": "https://github.com/yconst/YCMatrix.git",
"tag": "v0.5.10"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "YCMatrix/*.{h,m}"
}