blob: 2b4483e338c469856f091046b164c7abcbc4c7a0 [file] [log] [blame]
{
"name": "WTOnlineLinearRegression",
"version": "1.0.2",
"summary": "WTOnlineLinearRegression efficiently performs linear regression on one-dimensional data, with or without variance in the dependent quantity.",
"description": "WTOnlineLinearRegression efficiently performs linear regression on one-dimensional data, with or without variance in the dependent quantity. It supports adding and removing data points, as well as a history feature.",
"homepage": "https://github.com/wltrup/Swift-WTOnlineLinearRegression",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wagner Truppel": "trupwl@gmail.com"
},
"source": {
"git": "https://github.com/wltrup/Swift-WTOnlineLinearRegression.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WTOnlineLinearRegression/Classes/**/*",
"pushed_with_swift_version": "3.0"
}