4 "summary": "Cubic Spline in Swift",
5 "description": "A simple cubic spline (https://en.wikipedia.org/wiki/Cubic_Hermite_spline) library written in Swift",
6 "homepage": "https://github.com/vkaramov/CubicSpline",
12 "vkaramov": "vkaramov a_t yandex d|o|t ru"
15 "git": "https://github.com/vkaramov/CubicSpline.git",
18 "swift_versions": "4.0",
23 "source_files": "CubicSpline/Classes/**/*",
24 "frameworks": "Foundation",
25 "swift_version": "4.0"