[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / d / SwiftCubicSpline / 2.0.0 / SwiftCubicSpline.podspec.json
blobdc9f0294eeedad1b515bd2b02cf9969c2c30c7eb
2   "name": "SwiftCubicSpline",
3   "version": "2.0.0",
4   "summary": "Cubic Spline in Swift.",
5   "swift_versions": "5.0",
6   "description": "An simple cubic spline engine in Swift",
7   "homepage": "https://github.com/gscalzo/SwiftCubicSpline",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Giordano Scalzo": "giordano.scalzo@effectivecode.co.uk"
14   },
15   "source": {
16     "git": "https://github.com/gscalzo/SwiftCubicSpline.git",
17     "tag": "2.0.0"
18   },
19   "social_media_url": "https://twitter.com/giordanoscalzo",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "Sources/SwiftCubicSpline/**/*",
24   "frameworks": "Foundation",
25   "swift_version": "5.0"