blob: 137c70e3199023f0997e05c73f098f06f5f2d5f6 [file] [log] [blame]
{
"name": "Smooth",
"version": "0.1.0",
"summary": "Interpolate number arrays",
"description": "Heavily based on [Smooth.js](https://github.com/osuushi/Smooth.js/). Smoothing and interpolation number arrays.",
"homepage": "https://github.com/ryohey/Smooth.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryohey": "info@codingcafe.jp"
},
"source": {
"git": "https://github.com/ryohey/Smooth.swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation"
}