blob: e3e78774ae35748d29251c8bf0b5a2d2e5cfa12d [file] [log] [blame]
{
"name": "WTSimpleStatistics",
"version": "2.2.0",
"summary": "A library providing support for simple statistical needs and linear regression.",
"description": "WTSimpleStatistics provides support for finding the total, average, variance,\nand standard deviation of a group of measurements. It also lets you perform\nlinear regression, with or without errors in the dependent variable.",
"homepage": "https://github.com/wltrup/Swift-WTSimpleStatistics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wagner Truppel": "trupwl@gmail.com"
},
"source": {
"git": "https://github.com/wltrup/Swift-WTSimpleStatistics.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WTSimpleStatistics/Classes/**/*",
"pushed_with_swift_version": "3.0"
}