blob: fcced4f799126aa9a758bf693bcad2e19219febb [file] [log] [blame]
{
"name": "SigmaSwiftStatistics",
"version": "7.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/SigmaSwiftStatistics",
"summary": "A collection of functions for statistical calculation written Swift for iOS, macOS, watchOS and tvOS.",
"description": "This library is a collection of functions that perform statistical calculations: average, covariance, max, min, pearson, percentile, standard deviation, sum, variance and others.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/SigmaSwiftStatistics.git",
"tag": "7.0.2"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/SigmaSwiftStatistics/master/Graphics/logo.png",
"source_files": "SigmaSwiftStatistics/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "4.0"
}