blob: 22d02fdccbb8989f6098028b0faeb2a822e856a5 [file] [log] [blame]
{
"name": "PredictionBuilder",
"version": "1.2.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": [
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/denissimon/prediction-builder-swift.git",
"tag": "v1.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1"
}