[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / f / SigmaSwiftStatistics / 1.1.0 / SigmaSwiftStatistics.podspec.json
blobfaea961744d93d9de36ca0c3012f54d53177e6f9
2   "name": "SigmaSwiftStatistics",
3   "version": "1.1.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 and OS X.",
9   "description": "This library is a collection of functions that perform statistical calculations: average, covariance, max, min, pearson, 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": "1.1.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   }