blob: 76189c3958b716d109220eaccf6c6e7a422ae489 [file] [log] [blame]
{
"name": "PredictionBuilder",
"version": "1.0.1",
"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"
},
"source": {
"git": "https://github.com/denissimon/prediction-builder-swift.git",
"tag": "v1.0.1"
},
"source_files": "Sources/PredictionBuilder.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}