blob: 63ebe503c44951e49f7ed6f6295a7e8f923ebbe0 [file] [log] [blame]
{
"name": "WTSimpleStatistics",
"version": "1.0.1",
"summary": "A library providing support for simple statistical needs.",
"description": "WTSimpleStatistics provides support for finding the total, miminmum, maximum,\naverage, variance and standard deviation of a group of measurements. It also\nlets you perform linear regression on uncertain data.",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WTSimpleStatistics/Classes/**/*",
"pushed_with_swift_version": "3.0"
}