[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 7 / 5 / WTSimpleStatistics / 2.1.0 / WTSimpleStatistics.podspec.json
bloba1b6696f595226d4ee6cb1c08ed807911e68a6d5
2   "name": "WTSimpleStatistics",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WTSimpleStatistics/Classes/**/*",
22   "pushed_with_swift_version": "3.0"