[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 5 / WTSimpleStatistics / 1.0.1 / WTSimpleStatistics.podspec.json
blob63ebe503c44951e49f7ed6f6295a7e8f923ebbe0
2   "name": "WTSimpleStatistics",
3   "version": "1.0.1",
4   "summary": "A library providing support for simple statistical needs.",
5   "description": "WTSimpleStatistics provides support for finding the total, miminmum, maximum,\naverage, variance and standard deviation of a group of measurements. It also\nlets you perform linear regression on uncertain data.",
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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WTSimpleStatistics/Classes/**/*",
22   "pushed_with_swift_version": "3.0"