blob: e2e1c670b56c7757b6157188a2d97e3f278da330 [file] [log] [blame]
{
"name": "PredictionBuilder",
"version": "1.1.0",
"homepage": "https://github.com/denissimon/prediction-builder-swift",
"authors": {
"Denis Simon": "denis.v.simon@gmail.com"
},
"summary": "A library for machine learning that builds predictions using a linear regression.",
"license": {
"type": "MIT"
},
"swift_versions": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/denissimon/prediction-builder-swift.git",
"tag": "v1.1.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2"
}