[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / c / PredictionBuilder / 1.2.0 / PredictionBuilder.podspec.json
blob22d02fdccbb8989f6098028b0faeb2a822e856a5
2   "name": "PredictionBuilder",
3   "version": "1.2.0",
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   "swift_versions": [
13     "5.0",
14     "5.1"
15   ],
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/denissimon/prediction-builder-swift.git",
24     "tag": "v1.2.0"
25   },
26   "source_files": "Sources/**/*.swift",
27   "frameworks": "Foundation",
28   "swift_version": "5.1"