blob: ce2dbe886811f02fe4bc76154001486a16b8ba23 [file] [log] [blame]
{
"name": "Smooth",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation"
}