[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / Smooth / 0.1.0 / Smooth.podspec.json
blob137c70e3199023f0997e05c73f098f06f5f2d5f6
2   "name": "Smooth",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "Sources/Core/**/*",
23   "frameworks": "Foundation"