[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 0 / CubicSpline / 0.1.0 / CubicSpline.podspec.json
bloba964f2e0f6dacdb86d87c945c1c4d2c9eb0759d5
2   "name": "CubicSpline",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "CubicSpline/Classes/**/*",
23   "frameworks": "Foundation"