blob: 959b7c275a0cd6fd6147bda0b663dd60900af834 [file] [log] [blame]
{
"name": "CubicSpline",
"version": "0.1.1",
"summary": "Cubic Spline in Swift",
"description": "A simple cubic spline (https://en.wikipedia.org/wiki/Cubic_Hermite_spline) library written in Swift",
"homepage": "https://github.com/vkaramov/CubicSpline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vkaramov": "vkaramov a_t yandex d|o|t ru"
},
"source": {
"git": "https://github.com/vkaramov/CubicSpline.git",
"tag": "0.1.1"
},
"swift_version": "3.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "CubicSpline/Classes/**/*",
"frameworks": "Foundation"
}