[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 3 / MGKalman / 0.2.0 / MGKalman.podspec.json
blobaa25dc8f837634f971cde0adea17a759a164eb7c
2   "name": "MGKalman",
3   "version": "0.2.0",
4   "summary": "An efficient and simple implementation of the Kalman filter in Objective C",
5   "description": "MGKalman is an efficient and simple implementation of the Kalman filter in Objective C.",
6   "homepage": "https://github.com/ghenania/MGKalman",
7   "license": "MIT",
8   "authors": {
9     "Mohamed GHENANIA": "mohamed.ghenania@intersection-lab.com"
10   },
11   "source": {
12     "git": "https://github.com/ghenania/MGKalman.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     "MGKalman": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "Accelerate",
26   "dependencies": {
27     "MGMatrix": [
28       "~> 0.2.0"
29     ]
30   }