blob: 3aec8a9dfa6148fca5c3fd068bb9aac3f0dea7be [file] [log] [blame]
{
"name": "WTSimpleStatistics",
"version": "2.0.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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WTSimpleStatistics/Classes/**/*",
"pushed_with_swift_version": "3.0"
}