blob: dc9f0294eeedad1b515bd2b02cf9969c2c30c7eb [file] [log] [blame]
{
"name": "SwiftCubicSpline",
"version": "2.0.0",
"summary": "Cubic Spline in Swift.",
"swift_versions": "5.0",
"description": "An simple cubic spline engine in Swift",
"homepage": "https://github.com/gscalzo/SwiftCubicSpline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giordano Scalzo": "giordano.scalzo@effectivecode.co.uk"
},
"source": {
"git": "https://github.com/gscalzo/SwiftCubicSpline.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/giordanoscalzo",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/SwiftCubicSpline/**/*",
"frameworks": "Foundation",
"swift_version": "5.0"
}