[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 7 / 5 / WTSimpleStatistics / 2.0.0 / WTSimpleStatistics.podspec.json
blob3aec8a9dfa6148fca5c3fd068bb9aac3f0dea7be
2   "name": "WTSimpleStatistics",
3   "version": "2.0.0",
4   "summary": "A library providing support for simple statistical needs and linear regression.",
5   "description": "WTSimpleStatistics provides support for finding the total, average, variance,\nand standard deviation of a group of measurements. It also lets you perform\nlinear regression, with or without errors in the dependent variable.",
6   "homepage": "https://github.com/wltrup/Swift-WTSimpleStatistics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wagner Truppel": "trupwl@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wltrup/Swift-WTSimpleStatistics.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WTSimpleStatistics/Classes/**/*",
22   "pushed_with_swift_version": "3.0"