blob: d1b03c8e039e1d21d80fc206f2179d4d3d466af8 [file] [log] [blame]
{
"name": "MGMatrix",
"version": "0.2.0",
"summary": "High efficiency Matrix operations in Objective-C using Accelerate.framework.",
"description": "MGMatrix proposed high efficiency Matrix operations in Objective-C which wraps BLAS, LAPACK and vDSP libraries in Accelerate.framework.",
"homepage": "https://github.com/ghenania/MGMatrix",
"license": "MIT",
"authors": {
"Mohamed GHENANIA": "mohamed.ghenania@intersection-lab.com"
},
"source": {
"git": "https://github.com/ghenania/MGMatrix.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MGMatrix": [
"Pod/Assets/*.png"
]
},
"frameworks": "Accelerate"
}