[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / Smooth / 0.1.1 / Smooth.podspec.json
blobce2dbe886811f02fe4bc76154001486a16b8ba23
2   "name": "Smooth",
3   "version": "0.1.1",
4   "summary": "Interpolate number arrays",
5   "description": "Heavily based on [Smooth.js](https://github.com/osuushi/Smooth.js/). Smoothing and interpolation number arrays.",
6   "homepage": "https://github.com/ryohey/Smooth.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ryohey": "info@codingcafe.jp"
13   },
14   "source": {
15     "git": "https://github.com/ryohey/Smooth.swift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Sources/Core/**/*",
23   "frameworks": "Foundation"