[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 0 / c / MGMatrix / 0.2.0 / MGMatrix.podspec.json
blobd1b03c8e039e1d21d80fc206f2179d4d3d466af8
2   "name": "MGMatrix",
3   "version": "0.2.0",
4   "summary": "High efficiency Matrix operations in Objective-C using Accelerate.framework.",
5   "description": "MGMatrix proposed high efficiency Matrix operations in Objective-C which wraps BLAS, LAPACK and vDSP libraries in Accelerate.framework.",
6   "homepage": "https://github.com/ghenania/MGMatrix",
7   "license": "MIT",
8   "authors": {
9     "Mohamed GHENANIA": "mohamed.ghenania@intersection-lab.com"
10   },
11   "source": {
12     "git": "https://github.com/ghenania/MGMatrix.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MGMatrix": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "Accelerate"