[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / f / c / PredictionBuilder / 1.0.2 / PredictionBuilder.podspec.json
blob80cee9baf458b7e9757781561fcf39be528943a9
2   "name": "PredictionBuilder",
3   "version": "1.0.2",
4   "homepage": "https://github.com/denissimon/prediction-builder-swift",
5   "authors": {
6     "Denis Simon": "denis.v.simon@gmail.com"
7   },
8   "summary": "A library for machine learning that builds predictions using a linear regression.",
9   "license": {
10     "type": "MIT"
11   },
12   "source": {
13     "git": "https://github.com/denissimon/prediction-builder-swift.git",
14     "tag": "v1.0.2"
15   },
16   "source_files": "Sources/PredictionBuilder.swift",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "pushed_with_swift_version": "3.0"