blob: 9160c0fd4527ca34250a09a5ac70176db367c6b1 [file] [log] [blame]
{
"name": "HCKalmanFilter",
"platforms": {
"ios": "8.0"
},
"version": "1.0.1",
"summary": "HCKalmanFilter is Swift implementation of Kalman filter algorithm intended to solve problem with GPS tracking",
"description": "HCKalmanFilter is a delightful library for iOS written in Swift. HCKalmanFilter library was created for the implementation of Kalman filter algorithm for the problem of GPS tracking and correction of trajectories obtained based on the measurement of the GPS receiver. The problem occurs in the case of a large oscillation of the coordinates received from the GPS receiver when the accuracy is very small or the GPS signal is very bad. If you have this kind of problem and you need a fluid trajectory of movement without big peaks and deviations, this library is the right choice for you.",
"homepage": "https://github.com/Hypercubesoft/HCKalmanFilter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hypercubesoft": "office@hypercubesoft.com"
},
"source": {
"git": "https://github.com/Hypercubesoft/HCKalmanFilter.git",
"tag": "1.0.1"
},
"source_files": "HCKalmanFilter/HCKalmanFilter/HCKalmanAlgorithm/*",
"pushed_with_swift_version": "3.1"
}