[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / c / 0 / CubicSpline / 0.1.2 / CubicSpline.podspec.json
blob39ea5118c44ecfc483629b585185c6df2393ef74
2   "name": "CubicSpline",
3   "version": "0.1.2",
4   "summary": "Cubic Spline in Swift",
5   "description": "A simple cubic spline (https://en.wikipedia.org/wiki/Cubic_Hermite_spline) library written in Swift",
6   "homepage": "https://github.com/vkaramov/CubicSpline",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vkaramov": "vkaramov a_t yandex d|o|t ru"
13   },
14   "source": {
15     "git": "https://github.com/vkaramov/CubicSpline.git",
16     "tag": "0.1.2"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "CubicSpline/Classes/**/*",
24   "frameworks": "Foundation",
25   "swift_version": "4.0"