blob: 5cef8f939ce07f65179980b9a883b7c32181194f [file] [log] [blame]
{
"name": "YCMatrix",
"version": "0.6.1",
"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.6.1"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "YCMatrix/*.{h,m}"
}