blob: 2436ea63834767dfb07d7501901d8a47ccb221fb [file] [log] [blame]
{
"name": "YCMatrix",
"version": "0.6.2",
"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.2"
},
"platforms": {
"osx": "10.7",
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YCMatrix/*.{h,m}"
}