[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / f / SigmaSwiftStatistics / 2.0.0 / SigmaSwiftStatistics.podspec.json
blob436f7e36fe2666a0f672f32d29b72da581b47dc8
2   "name": "SigmaSwiftStatistics",
3   "version": "2.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/evgenyneu/SigmaSwiftStatistics",
8   "summary": "A collection of functions for statistical calculation written Swift for iOS, macOS, watchOS and tvOS.",
9   "description": "This library is a collection of functions that perform statistical calculations: average, covariance, max, min, pearson, percentile, standard deviation, sum, variance.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/evgenyneu/SigmaSwiftStatistics.git",
15     "tag": "2.0.0"
16   },
17   "screenshots": "https://raw.githubusercontent.com/evgenyneu/SigmaSwiftStatistics/master/Graphics/logo.png",
18   "source_files": "SigmaSwiftStatistics/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   }