blob: 038aca9f6195012cd877e798154efc63e13b19d7 [file] [log] [blame]
{
"name": "SigmaSwiftStatistics",
"version": "1.0.17",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/SigmaSwiftStatistics",
"summary": "A collection of functions for statistical calculation written Swift for iOS and OS X.",
"description": "This library is a collection of functions that perform statistical calculations: average, covariancePopulation, covarianceSample, max, min, pearson, standardDeviationPopulation, standardDeviationSample, sum, variancePopulation, varianceSample.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/SigmaSwiftStatistics.git",
"tag": "1.0.17"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/SigmaSwiftStatistics/master/Graphics/logo.png",
"source_files": "SigmaSwiftStatistics/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}